From 43490d51dbc02dbee11b9ec492e0e18681cae7a1 Mon Sep 17 00:00:00 2001 From: T-256 Date: Fri, 27 Sep 2024 16:39:37 +0330 Subject: [PATCH] Add `httpdbg` 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 f6ce96d702..1f0905cd98 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 +### httpdbg + +[GitHub](https://github.com/cle-b/httpdbg) - [Documentation](https://httpdbg.readthedocs.io/) + +A tool for Python developers to easily debug the HTTP(S) client requests in a Python program. + ### Hishel [GitHub](https://github.com/karpetrosyan/hishel) - [Documentation](https://hishel.com/)