docs/third_party_packages.md
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.
<!-- NOTE: Entries are alphabetised. -->An elegant HTTP Cache implementation for HTTPX and HTTP Core.
Provides authentication classes to be used with HTTPX's authentication parameter.
This package adds caching functionality to HTTPX
Drop-in SSRF protection for httpx with DNS caching and custom validation support.
Proxy (HTTP, SOCKS) transports for httpx.
Allows consuming Server-Sent Events (SSE) with HTTPX.
A retry layer for HTTPX.
WebSocket support for HTTPX.
Provides a pytest fixture to mock HTTPX within test cases.
A utility for mocking out HTTPX.
A fast and powerful RPC framework based on ASGI/WSGI. Use HTTPX as the client of the RPC service.
A python library for building OAuth and OpenID Connect clients and servers. Includes an OAuth HTTPX client.
An asynchronous GitHub API library. Includes HTTPX support.
A tool for python developers to easily debug the HTTP(S) client requests in a python program.
Record and repeat requests.
This public gist provides an example implementation for a custom transport implementation on top of the battle-tested urllib3 library.