awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

11 个仓库

Awesome GitHub RepositoriesHTTP Request Debuggers

Tools for inspecting and verifying the structure of HTTP requests before they are sent to a server.

Distinct from HTTP Request Builders: Candidates focus on mirror servers or request builders; this is a client-side simulation for verification.

Explore 11 awesome GitHub repositories matching development tools & productivity · HTTP Request Debuggers. Refine with filters or upvote what's useful.

Awesome HTTP Request Debuggers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • httpie/httpiehttpie 的头像

    httpie/httpie

    38,212在 GitHub 上查看↗

    HTTPie is a command-line HTTP client designed for sending requests to web services and APIs. It functions as a terminal-based web client and JSON API interface, allowing users to interact with RESTful services and download remote files directly from the console. The tool simplifies the interaction with APIs through a custom syntax for argument parsing and automatic JSON payload serialization. It includes a request debugger to verify the structure of a request before transmission and uses ANSI-based formatting to display server responses with color and indentation for improved readability. Th

    Includes a debugger to verify the constructed HTTP request structure in the terminal before transmission.

    Python
    在 GitHub 上查看↗38,212
  • jkbrzt/httpiejkbrzt 的头像

    jkbrzt/httpie

    38,212在 GitHub 上查看↗

    HTTPie is a command-line HTTP client and REST API testing tool designed for sending requests to web services and APIs. It functions as a JSON-native network client and interactive HTTP debugger, providing a terminal interface for constructing and validating API requests and responses. The tool simplifies the process of interacting with APIs by automatically handling JSON payloads and applying colorized formatting to responses for human readability. It supports the simulation of request generation to verify headers and bodies before they are sent over the network. The project covers a broad r

    Provides tools to inspect and verify the structure of HTTP requests via simulation before sending them.

    Python
    在 GitHub 上查看↗38,212
  • iovisor/bcciovisor 的头像

    iovisor/bcc

    22,459在 GitHub 上查看↗

    BCC is an eBPF development toolkit and tracing framework used for monitoring and analyzing the Linux kernel. It functions as a performance analysis tool and debugging utility to capture system events, measure kernel latency, and provide network observability. The project distinguishes itself by providing a build system that integrates with LLVM to compile C-like code into BPF bytecode at runtime. It utilizes BPF Type Format data for relocations to maintain cross-kernel compatibility and extracts kernel headers to ensure the generated programs match the specific kernel version. The toolkit co

    Monitors the time spent processing individual HTTP requests to identify performance bottlenecks.

    C
    在 GitHub 上查看↗22,459
  • pinpoint-apm/pinpointpinpoint-apm 的头像

    pinpoint-apm/pinpoint

    13,830在 GitHub 上查看↗

    Pinpoint is a distributed application performance management tool designed to trace requests and monitor metrics across large-scale distributed architectures. It functions as a request tracer, topology mapper, and JVM application monitor, providing a backend capable of collecting and visualizing trace data from OpenTelemetry compatible sources. The system distinguishes itself through a combination of bytecode-based instrumentation via a Java agent and topology-based visualization that renders live maps of service interconnections. It captures execution flow across asynchronous boundaries, suc

    Tracks execution and latency of asynchronous HTTP client requests to visualize network call patterns.

    Javaagentapmdistributed-tracing
    在 GitHub 上查看↗13,830
  • asciimoo/wuzzasciimoo 的头像

    asciimoo/wuzz

    10,711在 GitHub 上查看↗

    Wuzz is an interactive command line HTTP client and request inspector designed for capturing, reviewing, and analyzing outgoing network calls and their payloads. It functions as a terminal-based tool for debugging API issues and testing web endpoints. The tool provides specialized filtering for response bodies, using regular expressions and format-specific query syntaxes tailored for JSON and HTML data. It allows for the persistence of captured requests and responses to disk to facilitate the reproduction of network issues and offline analysis. User settings and default request behaviors are

    Enables the analysis and modification of outgoing HTTP requests through an interactive command line interface.

    Goclicurlgo
    在 GitHub 上查看↗10,711
  • davecheney/httpstatdavecheney 的头像

    davecheney/httpstat

    7,198在 GitHub 上查看↗

    httpstat is a command-line utility for executing HTTP requests and analyzing network timing, response metadata, and connection performance. It serves as a diagnostic tool and debugger for inspecting HTTP headers and response bodies through a terminal interface. The tool focuses on performance analysis by measuring the latency of secure web requests, including the overhead of the TLS handshake and general connection timing. It provides color-coded output to visually separate request and response metadata for human analysis. The utility covers API integration testing and network troubleshootin

    Provides a terminal interface for analyzing HTTP headers, bodies, and connection performance.

    Go
    在 GitHub 上查看↗7,198
  • helicone/heliconeHelicone 的头像

    Helicone/helicone

    5,830在 GitHub 上查看↗

    Helicone is an AI gateway and observability platform designed to intercept, manage, and monitor interactions with large language models. By acting as a reverse-proxy, it provides a centralized layer for routing requests across multiple AI providers, allowing developers to maintain consistent application logic while gaining deep visibility into model performance, usage, and costs. The platform distinguishes itself through a robust suite of traffic management and prompt engineering tools. It enables policy-driven control, including automatic failover between providers, rate limiting, and edge-b

    Dispatches request and response data to the monitoring platform asynchronously to preserve application performance.

    TypeScript
    在 GitHub 上查看↗5,830
  • zxlie/fehelperzxlie 的头像

    zxlie/FeHelper

    5,618在 GitHub 上查看↗

    FeHelper is a web browser extension toolbox and frontend development toolkit integrated into Chrome, Firefox, and Edge. It serves as a data transformation utility, a web page debugging tool, and an AI-powered coding assistant. The project distinguishes itself by integrating local models and OpenAI-compatible APIs to write, refactor, and repair code directly within the browser. It also provides capabilities for generating TypeScript schemas and Zod definitions from data samples using AI. The toolkit covers a broad range of developer utilities, including network debugging for HTTP and WebSocke

    Provides a tool to send and analyze HTTP GET, POST, and HEAD requests to debug JSON responses.

    JavaScriptchatgptchrome-extensioncode-beautify
    在 GitHub 上查看↗5,618
  • imroc/reqimroc 的头像

    imroc/req

    4,807在 GitHub 上查看↗

    req 是一个用于 Go 的可链式 HTTP 客户端库,旨在简化请求配置并将响应自动解码为结构体。它提供了一个流畅接口的请求构建器,允许开发者逐步定义请求属性并将 HTTP 逻辑封装到可重用的 API SDK 中。 该项目以 TLS 指纹模拟器为特色,该模拟器模仿浏览器网络签名以绕过机器人检测和爬虫过滤器。它还包括一个并发文件下载器,通过并行分段获取大型远程文件来提高传输速度。 该库涵盖了广泛的网络功能,包括用于集中式错误处理和遥测的可插拔中间件流水线、有状态 Cookie 管理和自动代理轮换。它支持各种身份验证方案、详细的网络性能测量和可自定义的请求重试逻辑。 它还提供用于 HTTP 响应模拟的实用程序,以便在没有远程服务器的情况下进行单元测试。

    Records detailed request and response metadata as spans for integration with observability tools.

    Gogogolanghttp
    在 GitHub 上查看↗4,807
  • uptrace/uptraceuptrace 的头像

    uptrace/uptrace

    4,098在 GitHub 上查看↗

    Uptrace is an OpenTelemetry-based observability platform designed to collect, store, and analyze distributed traces, metrics, and logs. It functions as a centralized logging backend, a distributed tracing system, and a metrics engine to monitor application performance and system health. The platform is distinguished by AI-powered operational capabilities, allowing users to query telemetry data and manage monitoring dashboards using natural language. It specifically includes specialized monitoring for generative AI pipelines, tracking token usage and response quality for LLM interactions and r

    Captures incoming web requests as spans to visualize the request flow and allow URL-based filtering.

    Goapmapplication-monitoringclickhouse
    在 GitHub 上查看↗4,098
  • aws-powertools/powertools-lambda-pythonaws-powertools 的头像

    aws-powertools/powertools-lambda-python

    3,267在 GitHub 上查看↗

    AWS Powertools for Python is a utility framework designed for building production-ready Python functions on AWS Lambda. It provides a comprehensive suite of tools for observability, event parsing, routing, and idempotency management to streamline the development of serverless applications. The project distinguishes itself through specialized capabilities for event-driven architectures and AI agent orchestration. It enables the implementation of AI agents by exposing functions as tools via OpenAPI schemas and managing conversation states. Additionally, it features an idempotency library that p

    Provides hooks for asynchronous HTTP clients to ensure end-to-end visibility of non-blocking network calls.

    Pythonawsaws-lambdalambda
    在 GitHub 上查看↗3,267
  1. Home
  2. Development Tools & Productivity
  3. HTTP Request Debuggers

探索子标签

  • HTTP Latency Tracing2 个子标签Tracing tools used to measure the time spent processing individual HTTP requests. **Distinct from HTTP Request Debuggers:** Focuses on measuring processing time (latency) rather than debugging the request structure.