Httpdbg – A tool to trace the HTTP requests sent by your Python code
SMRTR summary
Httpdbg simplifies HTTP(S) client request debugging in Python by letting devs run scripts with 'pyhttpdbg', then view all requests in a browser at localhost:4909, supporting various scenarios and popular HTTP packages.
SMRTR provides this summary for quick context. The original article belongs to Hacker News.
Read the original article