Show HN: Httpdbg – A tool to trace the HTTP requests sent by your Python code

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • httpdbg

    A tool for Python developers to easily debug the HTTP(S) client requests in a Python program.

    Went spelunking through the source. I think you absolutely could!

    There's actually not a whole lot I found that's really http-library specific. It uses the traceback module in a decorator that ends up being manually wrapped around all of the functions of the specific libraries the author cared about.

    https://github.com/cle-b/httpdbg/blob/main/httpdbg/hooks

    Should be easy enough to extend this to other libraries.

    Super cool tool thanks for sharing @dmurray!

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • ProcMon-for-Linux

    A Linux version of the Procmon Sysinternals tool

    If on Linux or windows you can use Procmon or Instruments on macos.

    https://github.com/Sysinternals/ProcMon-for-Linux

  • Cirron

    Cirron measures performance counters (instructions executed, etc.) and traces system calls a piece of Python or Ruby code executes.

    You might find the syscall tracing functionality of Cirron useful: https://github.com/s7nfo/Cirron

  • opentelemetry-demo

    This repository contains the OpenTelemetry Astronomy Shop, a microservice-based distributed system intended to illustrate the implementation of OpenTelemetry in a near real-world environment.

  • httptoolkit

    HTTP Toolkit is a beautiful & open-source tool for debugging, testing and building with HTTP(S) on Windows, Linux & Mac :tada: Open an issue here to give feedback or ask for help.

    Have a look at https://httptoolkit.com/ which works with a lot tools (even cli)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • AIM Weekly from 30 September 2024

    8 projects | dev.to | 30 Sep 2024
  • A股大涨 - FAV0周刊#016

    4 projects | dev.to | 29 Sep 2024
  • Show HN: Restfox – A web based HTTP client inspired by Insomnia and Postman

    30 projects | news.ycombinator.com | 21 Oct 2022
  • OpenAPI + Swagger UI with Micronaut Application

    1 project | dev.to | 28 Dec 2024
  • Semantic Versioning for .NET Core apps and assemblies

    3 projects | dev.to | 4 Nov 2024

Did you konow that C is
the 6th most popular programming language
based on number of metions?