Python HTTP Clients

Back

1. grequests

requests + gevent for asynchronous HTTP requests.

2. httplib2

Comprehensive HTTP client library.

3. httpx

A next generation HTTP client for Python.

4. requests

HTTP Requests for Humans.

5. treq

Python requests like API built on top of Twisted's HTTP client.

6. urllib3

A HTTP library with thread-safe connection pooling, file post support, sanity friendly.