httpdbg icon indicating copy to clipboard operation
httpdbg copied to clipboard

A tool for Python developers to easily debug the HTTP(S) client and server requests in a Python program.

Results 7 httpdbg issues
Sort by recently updated
recently updated
newest added

Hello, Is there a way to explicitly set an initiator name in source? --- For context, I am using `httpdbg` in `pytest` and would like to have separate initiator groups...

In v 0.18.0 the request are not in order (can be seen by looking at Date in response headers). Is it possible to fix, or allow to sort? Thanks!!

``` cd httpdbg/tests/demo_go pyhttpdbg --go run main.go http://example.com ``` Works but only is if using `net/http` ![image](https://github.com/user-attachments/assets/a6b6766f-331a-422b-934c-4da7440405ff)

I've been using httpdbg to find 3rd party API calls in my test suite so that I can mock them. I find myself scrolling through the request "stack" tab quite...

enhancement