cle-b
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Hi HN, I recently updated my pytest plugin based on httpdbg to include the HTTP traces directly in the Allure reports. As with httpdbg, the idea is to have nothing more to do than to add an argument to your command…
-
Hi, The aim of this Python library is to let you define (or override) DNS resolution directly in your code. No need to modify the hosts file or use an external DNS resolver. I created this library as a toy project a few…
- Show HN: See what your Python app sends and receives over HTTP (httpdbg.readthedocs.io)
Hi, A few months ago, I shared a tool I built for personal use to easily trace HTTP client requests in any Python app. It links requests to the corresponding Python code and comes with a nice UI. By easily, I mean: no…
-
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…