|
Hi all — first off, thank you for picking up stewardship of httpx. The transition has been smooth from where I'm sitting as an extension author. I maintain httpx-pki (PyPI), which fills the gap left when httpx 0.28 deprecated from httpx_pki import PKIClient
with PKIClient("client.p12", password="secret") as client:
client.get("https://mtls.example.com/")
Some background on the why: I work at a large tech company with a, let's say, loosely coordinated security organization, which means no two internal services hand you credentials the same way. One team issues a password-protected
On httpx2 specifically: httpx2 will the required dependency in the future 0.8 release (with original-httpx still supported as a fallback), and the The ask: would you consider adding httpx-pki to the Third Party Packages page (under Plugins)? Happy to open the docs PR myself if you're open to it — proposed entry:
Feedback on the library itself is of course welcome too. Thanks! |
Replies: 1 comment
|
Yes, sure. PR welcome to add docs on third party. |
Yes, sure. PR welcome to add docs on third party.