You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,I’m look for a http libray that can send raw http request by text or bytes(like burpsuite,it connect to server by ip and port then send to request bytes),like this:
text := `GET /example.com HTTP/1.1
Host: example.com
Connection: close
`
send(text)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,I’m look for a http libray that can send raw http request by text or bytes(like burpsuite,it connect to server by ip and port then send to request bytes),like this:
Beta Was this translation helpful? Give feedback.
All reactions