Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today. 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
-
Scout Monitoring
Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
-
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.
-
-
-
filament
Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2
-
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.
-
ProcMon-for-Linux
Procmon is a Linux reimagining of the classic Procmon tool from the Sysinternals suite of tools for Windows. Procmon provides a convenient and efficient way for Linux developers to trace the syscall activity on the system.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
Cirron
Cirron measures performance counters (instructions executed, etc.) and traces system calls a piece of Python or Ruby code executes.
-
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.
-
-
FAV0
"FAV0 Weekly": A record of weekly observations and experiences, primarily focusing on front-end development, AI, and computer-related content.ใFAV0ๅจๅใ๏ผ่ฎฐๅฝๆฏๅจๆ่งๆ้ป๏ผไธป่ฆๅ ณๆณจๅ็ซฏใAI้ขๅไปฅๅ่ฎก็ฎๆบ็ธๅ ณๅ ๅฎน
-
-
nanodjango
Full Django in a single file - views, models, API ,with async support. Automatically convert it to a full project.
-
gptme
Your agent in your terminal, equipped with local tools: writes code, uses the terminal, browses the web, vision.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
httpdbg discussion
httpdbg reviews and mentions
-
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
-
This Week In Python
httpdbg โ A tool for Python developers to easily debug the HTTP(S) client requests in a Python program
-
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 - Scout Monitoring
www.scoutapm.com | 15 Oct 2024
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.