Show HN: Httpdbg – A tool to trace the HTTP requests sent by your Python code

Hi,

I created httpdbg, a tool for Python developers to easily debug HTTP(S) client requests in Python programs.

I developed it because I needed a tool that could help me trace the HTTP requests sent by my tests back to the corresponding methods in our API client.

The goal of this tool is to simplify the debugging process, so I designed it to be as simple as possible. It requires no external dependencies, no setup, no superuser privileges, and no code modifications.

I'm sharing it with you today because I use it regularly, and it seems like others have found it useful too—so it might be helpful for you as well.

Hope you will like it.

cle

Source: https://github.com/cle-b/httpdbg

Documentation: https://httpdbg.readthedocs.io/

A blog post on a use case: https://medium.com/@cle-b/trace-all-your-http-requests-in-py...


Comments URL: https://news.ycombinator.com/item?id=41650905

Points: 46

# Comments: 16

https://github.com/cle-b/httpdbg

Creată 6mo | 25 sept. 2024, 21:20:09


Autentifică-te pentru a adăuga comentarii

Alte posturi din acest grup

Camelgate NPM Outage (Cloudflare)

EDIT: Back online?!

NPM discussion: https://github.com/npm/cli/issues/8203

NPM incident:

1 apr. 2025, 19:30:07 | Hacker news
Show HN: Zig Topological Sort Library for Parallel Processing

I believe the best way to learn a language is by doing an in-depth project. This is my first Zig project intended for learning the ropes on publishing a Zig package. It turns out to be quite solid

1 apr. 2025, 19:30:03 | Hacker news
Ask HN: Why hasn’t AMD made a viable CUDA alternative?

I appreciate developing ROCm into something competitive with CUDA would require a lot of work, both internally within AMD and with external contributions to the relevant open source libraries.

H

1 apr. 2025, 17:10:34 | Hacker news