Requests is an elegant and simple HTTP library for Python, built for human
beings.

Features:

  * Keep-Alive & Connection Pooling
  * International Domains and URLs
  * Sessions with Cookie Persistence
  * Browser-style SSL Verification
  * Automatic Content Decoding
  * Basic/Digest Authentication
  * Elegant Key/Value Cookies
  * Automatic Decompression
  * Unicode Response Bodies
  * HTTP(S) Proxy Support
  * Multipart File Uploads
  * Streaming Downloads
  * Connection Timeouts
  * Chunked Requests
  * .netrc Support

WWW: https://docs.python-requests.org/en/master/
