DEV Community

Tony Larry
Tony Larry

Posted on

5 Awesome Python HTTP Clients

Name Description GitHub Activity
Requests A simple, yet elegant, HTTP library. GitHub stars GitHub commit activity
urllib3 Python HTTP library with thread-safe connection pooling, file post support, user friendly, and more. GitHub stars GitHub commit activity
httplib2 Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App … GitHub stars GitHub commit activity
GRequests Requests + Gevent = <3 GitHub stars GitHub commit activity
Uplink A Declarative HTTP Client for Python GitHub stars GitHub commit activity

source: 5 Awesome Python HTTP Clients

Top comments (0)