SaaSHub helps you find the best software and product alternatives Learn more →
Httpdbg Alternatives
Similar projects and alternatives to httpdbg
-
LearnOpenGL
Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
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.
-
-
FAV0
"FAV0 Weekly": A record of weekly observations and experiences, primarily focusing on front-end development, AI, and computer-related content.《FAV0周刊》:记录每周所见所闻,主要关注前端、AI领域以及计算机相关内容
-
filament
Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2 (by google)
-
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.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
gptme
Your agent in your terminal, equipped with local tools: writes code, uses the terminal, browses the web, vision.
-
-
Local-File-Organizer
An AI-powered file management tool that ensures privacy by organizing local texts, images. Using Llama3.2 3B and Llava v1.6 models with the Nexa SDK, it intuitively scans, restructures, and organizes files for quick, seamless access and easy retrieval.
-
ecapture
Capturing SSL/TLS plaintext without a CA certificate using eBPF. Supported on Linux/Android kernels for amd64/arm64.
-
-
-
nanodjango
Full Django in a single file - views, models, API ,with async support. Automatically convert it to a full project.
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
httpdbg discussion
httpdbg reviews and mentions
-
Show HN: Using eBPF to see through encryption without a proxy
Just found out about a related things: https://github.com/cle-b/httpdbg
Anyone have any experience with it?
-
This Week In Python
httpdbg – tool for Python developers to easily debug the HTTP(S) client and server requests in a Python program
httpdbg – A tool for Python developers to easily debug the HTTP(S) client requests in a Python program
-
Show HN: See what your Python app sends and receives over HTTP
example of HTTP server traces: https://httpdbg.readthedocs.io/en/latest/pyhttpdbg/#endpoint
-
AIM Weekly from 30 September 2024
🦾 Leader 📎 Evaluating RAG 🚙 Solid Data Curation 🤖 Sparse and Dense Embeddings 🍔 Embeddings Explained 📢 Distill a small fast model OSS 📢 Easy Podcast 📊 SQL, NoSQL, Vectors 📱 Vector DB Bencmarks 🛼 Extreme Quantization 📢 Bay.Area.AI: Interview with Jiang Chen, Zilliz 🐈⬛ Building LLMS Stanford Class 🌐 New Python Web UI Free Map Hosting 📊 Pipefunc 🖥️ The Pipe to extract 👽 New Audio Model 🧐 Easy Milvus Schema Generation 👽 Multimodal Models 72B 🌐 Fivetran + Milvus 🗣️ JSON Viewer 👽 ONNX Runtime GenAI 🚙 LLM Explorer 🦾 Interesting Computer Vision Techniques 📊 Build a model from embedding 🧩 Superchunk 👽 Python testing https streams 🍔 Small AMD Model
- A股大涨 - FAV0周刊#016
-
A-Share Market Surge - FAV0 Weekly #016
Easily Debug HTTP(S) Client Requests in Python Programs
-
Show HN: Httpdbg – A tool to trace the HTTP requests sent by your Python code
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!
-
A note from our sponsor - SaaSHub
www.saashub.com | 18 Jun 2025
Stats
cle-b/httpdbg is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of httpdbg is Python.