Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 441 Bytes

python-requests-cheatsheet.md

File metadata and controls

29 lines (25 loc) · 441 Bytes
aliases category classification date date_modified draft id image links local_archive_links pinned print series tags title type
python-requests-cheatsheet
python
public
2020-08-23 12:32:17 -0700
2020-08-23 12:32:17 -0700
false
20200823193217
false
false
python
requests
api
Requests Python Library
tech-note

View raw HTTP Request

Helpful for debugging.

print(r.request.body)
print(r.request.headers)