Show HN: Httpdbg – A tool to trace the HTTP requests sent by your Python code https://ift.tt/jOczL7D

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://ift.tt/cTYOpSz Documentation: https://ift.tt/NsHTlzX A blog post on a use case: https://ift.tt/YQD2iPw... https://ift.tt/cTYOpSz September 26, 2024 at 12:48AM

Comments