Python Requests
High-level library to interact with HTTP servers.
Based on the library urllib3.
Why use?
Keep-Alive and connection pooling.
Sessions with cookie persistence.
Digest/Basic authentication.
File upload using Multipart.
GET
Or better.
POST
POST of a file
Last updated