1.5 KiB
1.5 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.
VCR.py
A utility for record and repeat an http request.
Gists
urllib3-transport
This public gist provides an example implementation for a custom transport implementation on top of the battle-tested urllib3 library.