* Drop urllib3 in favor of public gist * Drop urllib3 coverage omit * Drop recommendation to use urllib3 transport during Requests migration * Add urllib3-transport to 3p pkgs * Drop urllib3 from dependencies list in README / docs home page Co-authored-by: Tom Christie <tom@tomchristie.com>
1.3 KiB
1.3 KiB
Third Party Packages
As HTTPX usage grows, there is an expanding community of developers building tools and libraries that integrate with HTTPX, or depend on HTTPX. Here are some of them.
Plugins
Authlib
The ultimate Python library in building OAuth and OpenID Connect clients and servers. Includes an OAuth HTTPX client.
Gidgethub
An asynchronous GitHub API library. Includes HTTPX support.
RESPX
A utility for mocking out the Python HTTPX library.
Gists
urllib3-transport
This public gist provides an example implementation for a custom transport implementation on top of the battle-tested urllib3 library.