From 3849e1518f342dd8cd08f8c0537b565d54e6d2a2 Mon Sep 17 00:00:00 2001 From: T-256 <132141463+T-256@users.noreply.github.com> Date: Fri, 27 Sep 2024 19:06:34 +0330 Subject: [PATCH 1/2] Add `httpx-socks` to third party packages. (#3326) --- 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 f6ce96d7..9408f71b 100644 --- a/docs/third_party_packages.md +++ b/docs/third_party_packages.md @@ -6,6 +6,12 @@ As HTTPX usage grows, there is an expanding community of developers building too +### httpx-socks + +[GitHub](https://github.com/romis2012/httpx-socks) + +Proxy (HTTP, SOCKS) transports for httpx. + ### Hishel [GitHub](https://github.com/karpetrosyan/hishel) - [Documentation](https://hishel.com/) From 95a9527ed6a8b9a8e53ddee2f61447fb1a37e2a9 Mon Sep 17 00:00:00 2001 From: T-256 <132141463+T-256@users.noreply.github.com> Date: Fri, 27 Sep 2024 19:11:16 +0330 Subject: [PATCH 2/2] Add `httpx-ws` to third party packages. (#3325) Co-authored-by: Tom Christie --- docs/third_party_packages.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/third_party_packages.md b/docs/third_party_packages.md index 9408f71b..78ecc5a7 100644 --- a/docs/third_party_packages.md +++ b/docs/third_party_packages.md @@ -4,7 +4,11 @@ As HTTPX usage grows, there is an expanding community of developers building too ## Plugins - +### httpx-ws + +[GitHub](https://github.com/frankie567/httpx-ws) - [Documentation](https://frankie567.github.io/httpx-ws/) + +WebSocket support for HTTPX. ### httpx-socks