awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
davecheney avatar

davecheney/httpstat

0
View on GitHub↗
7,198 stars·384 forks·Go·MIT·8 views

Httpstat

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 troubleshooting, with capabilities for managing custom headers, request bodies from local files, and proxy routing via environment variables. It also includes security configurations for managing encrypted connections, such as handling self-signed certificates and client-side credentials.

Features

  • Round-Trip Time Measurements - Calculates network latency by recording precise timestamps for TCP handshakes and HTTP exchanges.
  • Command-Line HTTP Clients - Functions as a terminal-based utility for constructing and sending HTTP requests with timing stats.
  • HTTP Request Debuggers - Provides a terminal interface for analyzing HTTP headers, bodies, and connection performance.
  • HTTP Request Management - Manages the lifecycle of HTTP requests, including redirect following and proxy routing.
  • Network Performance Analyzers - Audits the timing and latency of HTTP requests to identify performance bottlenecks.
  • TLS Configurations - Manages secure transport settings, including certificate validation rules and client-side credentials.
  • Request Execution - Provides the core capability to execute HTTP requests with custom methods and headers via the command line.
  • HTTP Request Debugging - Provides a diagnostic interface for sending customized requests and inspecting detailed responses for troubleshooting.
  • HTTP Traffic Inspection - Provides real-time monitoring and analysis of HTTP request and response headers and bodies.
  • Handshake Latency Analysis - Measures the latency and timing overhead of secure web requests, including the TLS handshake.
  • Request Performance Metrics - Analyzes network transaction metadata such as response timing and status metrics.
  • API Request Configurations - Enables detailed configuration of HTTP methods, custom headers, and request bodies.
  • Proxy Environment Variable Configurations - Supports routing network traffic through proxy servers using standard system environment variables.
  • HTTPS Connection Troubleshooting - Enables testing of secure connections through certificate management and TLS handshake validation.
  • Encrypted Connection Handlers - Implements handlers for managing TLS handshakes and encrypted connections using client-side certificates and validation overrides.
  • Secure Connection Handlers - Provides security layers for managing TLS encryption, certificate validation, and client-side credentials for network connections.
  • API Integration Testing - Facilitates verifying that web endpoints return expected status codes and data for integration testing.
  • Terminal Color Formatting - Uses ANSI escape codes to provide color-coded output for visually separating request and response metadata.
  • File-Based Request Bodies - Allows loading request body data directly from local files into the outgoing HTTP request.

Star history

Star history chart for davecheney/httpstatStar history chart for davecheney/httpstat

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does davecheney/httpstat do?

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.

What are the main features of davecheney/httpstat?

The main features of davecheney/httpstat are: Round-Trip Time Measurements, Command-Line HTTP Clients, HTTP Request Debuggers, HTTP Request Management, Network Performance Analyzers, TLS Configurations, Request Execution, HTTP Request Debugging.

What are some open-source alternatives to davecheney/httpstat?

Open-source alternatives to davecheney/httpstat include: httpie/desktop — This is a desktop HTTP client application used for constructing, sending, and analyzing HTTP and GraphQL requests. It… asciimoo/wuzz — Wuzz is an interactive command line HTTP client and request inspector designed for capturing, reviewing, and analyzing… jakubroztocil/httpie — HTTPie is a command-line HTTP client and REST API debugger used for sending requests to web services. It functions as… httpie/httpie — HTTPie is a command-line HTTP client designed for sending requests to web services and APIs. It functions as a… jkbrzt/httpie — HTTPie is a command-line HTTP client and REST API testing tool designed for sending requests to web services and APIs.… proxymanapp/proxyman — Proxyman is a cross-platform HTTP debugging proxy that captures, inspects, and modifies HTTP, HTTPS, and WebSocket…

Open-source alternatives to Httpstat

Similar open-source projects, ranked by how many features they share with Httpstat.
  • httpie/desktophttpie avatar

    httpie/desktop

    3,851View on GitHub↗

    This is a desktop HTTP client application used for constructing, sending, and analyzing HTTP and GraphQL requests. It provides a graphical interface for API development and testing, including a dedicated GraphQL client with schema-driven autocomplete and validation. The project features an integrated AI assistant that generates API requests from natural language prompts. It supports a complex organization system of spaces and collections with hierarchical authentication inheritance and recursive variable resolution for dynamic request values. The tool covers a broad range of capabilities, in

    apiapi-clientapi-testing
    View on GitHub↗3,851
  • asciimoo/wuzzasciimoo avatar

    asciimoo/wuzz

    10,711View on 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

    Goclicurlgo
    View on GitHub↗10,711
  • jakubroztocil/httpiejakubroztocil avatar

    jakubroztocil/httpie

    38,212View on GitHub↗

    HTTPie is a command-line HTTP client and REST API debugger used for sending requests to web services. It functions as a network tool for managing headers, authentication sessions, and file uploads, with a specific focus on the transmission and reception of JSON data. The tool utilizes a custom parsing layer to translate simplified command-line input into structured HTTP parameters. It provides ANSI-based terminal formatting to apply color and structural indentation to raw responses, improving human readability for web debugging. The project covers request construction and previewing, multipa

    Python
    View on GitHub↗38,212
  • httpie/httpiehttpie avatar

    httpie/httpie

    38,212View on 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

    Python
    View on GitHub↗38,212
  • See all 30 alternatives to Httpstat→