From d1069cd71d2ffbf6d87c81ceb7e67fce539f56fa Mon Sep 17 00:00:00 2001 From: Kamil Monicz Date: Fri, 15 Aug 2025 19:27:43 +0200 Subject: [PATCH] Add `httpx-secure` to third party packages --- docs/third_party_packages.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/third_party_packages.md b/docs/third_party_packages.md index 546607f716..253c312f58 100644 --- a/docs/third_party_packages.md +++ b/docs/third_party_packages.md @@ -24,6 +24,12 @@ Provides authentication classes to be used with HTTPX's [authentication paramete This package adds caching functionality to HTTPX +### httpx-secure + +[GitHub](https://github.com/Zaczero/httpx-secure) + +Drop-in SSRF protection for httpx with DNS caching and custom validation support. + ### httpx-socks [GitHub](https://github.com/romis2012/httpx-socks)