Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

post from postman and receive in python

response = requests.post(SERVER_URL, headers={}, data={}, files={"file": open(file_path, 'rb')}, timeout=200)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #post #postman #receive #python
ADD COMMENT
Topic
Name
6+2 =