Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python send http request

import requests
r = requests.get("http://example.com/foo/bar", data="Hey")
print(r.text)
 
PREVIOUS NEXT
Tagged: #python #send #http #request
ADD COMMENT
Topic
Name
1+4 =