httpx/docs/third-party-packages.md
Florimond Manca 8fa87650b2
Drop urllib3 in favor of public gist (#1182)
* 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>
2020-09-04 22:56:36 +02:00

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

GitHub - Documentation

The ultimate Python library in building OAuth and OpenID Connect clients and servers. Includes an OAuth HTTPX client.

Gidgethub

GitHub - Documentation

An asynchronous GitHub API library. Includes HTTPX support.

RESPX

GitHub - Documentation

A utility for mocking out the Python HTTPX library.

Gists

urllib3-transport

GitHub

This public gist provides an example implementation for a custom transport implementation on top of the battle-tested urllib3 library.