httpdbg
httpdbg copied to clipboard
A tool for Python developers to easily debug the HTTP(S) client and server requests in a Python program.
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` 
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...