Get the latest tech news
Show HN: Httpdbg – A tool to trace the HTTP requests sent by your Python code
A tool for Python developers to easily debug the HTTP(S) client requests in a Python program. - cle-b/httpdbg
You can trace all the HTTP requests performed by a library module run as a script using the-m command line argument. For example, you can view which HTTP requests are performed by pip when you install a package. To add a new package in the list of initiators, you can use the-i command line argument:
Or read this on Hacker News