urllib3
HTTP client library
A Python HTTP client library providing features like thread safety and SSL/TLS verification.
urllib3 is a user-friendly HTTP client library for Python
4k stars
101 watching
1k forks
Language: Python
last commit: 9 days ago
Linked from 3 awesome lists
httphttp-clientpythonurllib3
Related projects:
Repository | Description | Stars |
---|---|---|
encode/httpx | A next-generation HTTP client library for Python with support for async and sync APIs, including HTTP/1.1 and HTTP/2. | 13,283 |
theelous3/asks | An async HTTP client library with a familiar API and session management | 508 |
httplib2/httplib2 | A fast and comprehensive HTTP client library for Python. | 487 |
ethereum/web3.py | A Python library providing an interface to the Ethereum blockchain ecosystem. | 5,020 |
psf/requests | A simple HTTP library that allows easy and elegant communication between clients and servers. | 52,169 |
prkumar/uplink | A library that turns HTTP APIs into Python classes | 1,073 |
pygithub/pygithub | A Python library to access the GitHub REST API | 7,042 |
kennethreitz/responder | A unifying Python framework that combines features from Flask and Falcon to provide a flexible and performant web service architecture. | 3,592 |
kylebebak/requester | A modern HTTP client built on top of the Requests library for creating and executing REST requests in Python. | 307 |
squeaky-pl/japronto | A high-performance HTTP toolkit with pipelining support for scaling and speed optimization | 8,612 |
kennethreitz/requests | An HTTP client library for Python that simplifies sending and receiving HTTP requests. | 278 |
httprb/http | A Ruby library that provides an easy-to-use API for making HTTP requests with support for chaining, streaming, and timeouts. | 3,011 |
br3ndonland/inboard | Utilities and Docker images to power Python web servers. | 189 |
jcgregorio/httplib2 | An HTTP client library for Python | 383 |
lepture/authlib | A comprehensive Python library for building OAuth and OpenID Connect servers. | 4,576 |