Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python requests post

>>> r = requests.post('https://httpbin.org/post', data = {'key':'value'})
Source by docs.python-requests.org #
 
PREVIOUS NEXT
Tagged: #python #requests #post
ADD COMMENT
Topic
Name
6+1 =