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

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

Comments