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.
HTTPX-Auth
Provides authentication classes to be used with HTTPX authentication parameter.
pytest-HTTPX
Provides httpx_mock
pytest fixture to mock HTTPX within test cases.
RESPX
A utility for mocking out the Python HTTPX library.
rpc.py
An fast and powerful RPC framework based on ASGI/WSGI. Use HTTPX as the client of the RPC service.
VCR.py
A utility for record and repeat an http request.
httpx-caching
This package adds caching functionality to HTTPX
robox
A library for scraping the web built on top of HTTPX.
Gists
urllib3-transport
This public gist provides an example implementation for a custom transport implementation on top of the battle-tested urllib3
library.