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
asciimoo avatar

asciimoo/wuzz

0
View on GitHub↗
10,711 stars·409 forks·Go·AGPL-3.0·21 views

Wuzz

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 managed through TOML configuration files. The interface supports a synchronous request cycle, allowing users to modify and inspect HTTP traffic in real time.

Features

  • Command-Line HTTP Clients - Provides a terminal-based utility for constructing, sending, and analyzing HTTP requests.
  • Interactive Command Line Interfaces - Provides an interactive terminal interface for the real-time modification and inspection of HTTP requests.
  • Format-Specific Query Syntaxes - Implements specialized search syntaxes tailored for JSON and HTML structures to filter nested data within response payloads.
  • API Response Parsers - Extracts and interprets structured data from API responses using regex and format-specific queries.
  • Regex Filters - Uses regular expression patterns to scan and isolate specific data strings across various response body content types.
  • Debugging and Inspection Tools - Provides an interactive tool to inspect and troubleshoot API behavior via raw network traffic analysis.
  • HTTP Request Debuggers - Enables the analysis and modification of outgoing HTTP requests through an interactive command line interface.
  • API Payload Inspectors - Provides tools for dissecting chronological sequences of API request and response payloads for debugging.
  • HTTP Request Debugging - Captures raw network traffic within a single interactive session for immediate analysis and debugging.
  • HTTP Response Processors - Parses and filters structured data from HTTP API responses using regular expressions.
  • HTTP Response Filters - Allows searching and filtering of response bodies using regular expressions or format-specific query syntaxes.
  • Content-Specific Querying - Implements specialized search syntaxes and regular expressions to filter nested data within JSON and HTML response bodies.
  • Local File Writing - Provides the ability to write captured HTTP request and response data to the local file system for offline analysis.
  • Request Payloads - Persists captured HTTP request and response payloads to disk for later review.
  • Traffic Persistence - Writes captured HTTP requests and responses to files to facilitate later retrieval and detailed analysis.
  • Network Traffic Logs - Manages persistent storage of intercepted network request and response data for historical analysis.
  • Command Line Tools - Listed in the “Command Line Tools” section of the The Book Of Secret Knowledge awesome list.
  • Developer Utilities - Interactive CLI tool for HTTP inspection.
  • General Utilities - Interactive HTTP inspection tool.
  • General Utility Libraries - Interactive CLI for HTTP inspection.
  • Networking Tools - Interactive CLI tool for HTTP request inspection and modification.
  • Security Utilities - Interactive CLI for HTTP inspection.

Star history

Star history chart for asciimoo/wuzzStar history chart for asciimoo/wuzz

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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

Projects sharing features with Wuzz

These projects share indexed features with Wuzz. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • junegunn/fzfjunegunn avatar

    junegunn/fzf

    81,017View on GitHub↗

    This project is a general-purpose command-line filter that provides an interactive interface for processing standard input streams. It enables real-time fuzzy searching, data selection, and transformation, allowing users to navigate complex information or file systems directly within their terminal. By utilizing a pipe-oriented architecture, it integrates into existing shell pipelines and workflows to facilitate efficient data exploration. What distinguishes this tool is its highly extensible, event-driven design that allows for deep integration with external processes. It supports asynchrono

    Gobashclifish
    View on GitHub↗81,017
  • 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
  • davecheney/httpstatdavecheney avatar

    davecheney/httpstat

    7,198View on 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

    Go
    View on GitHub↗7,198
  • orange-opensource/hurlOrange-OpenSource avatar

    Orange-OpenSource/hurl

    19,008View on GitHub↗

    Hurl is a command line HTTP testing tool and REST API test runner that uses a declarative, plain-text format to specify HTTP requests and responses. It functions as a client for continuous integration pipelines, allowing users to describe request sequences without a full programming language. The tool distinguishes itself by sequencing HTTP calls and verifying responses through matchers and variable capture. It maintains a stateful variable store, enabling data extracted from one response to influence subsequent requests within a workflow. The system covers API integration testing and REST w

    Rustapi-testingclicurl
    View on GitHub↗19,008
Compare all 30 related projects→

Frequently asked questions

What does asciimoo/wuzz do?

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.

What are the main features of asciimoo/wuzz?

The main features of asciimoo/wuzz are: Command-Line HTTP Clients, Interactive Command Line Interfaces, Format-Specific Query Syntaxes, API Response Parsers, Regex Filters, Debugging and Inspection Tools, HTTP Request Debuggers, API Payload Inspectors.

Which projects share features with asciimoo/wuzz?

Projects with overlapping indexed features include: junegunn/fzf — This project is a general-purpose command-line filter that provides an interactive interface for processing standard… httpie/httpie — HTTPie is a command-line HTTP client designed for sending requests to web services and APIs. It functions as a… davecheney/httpstat — httpstat is a command-line utility for executing HTTP requests and analyzing network timing, response metadata, and… orange-opensource/hurl — Hurl is a command line HTTP testing tool and REST API test runner that uses a declarative, plain-text format to… requestly/requestly. tsenart/vegeta — Vegeta is an HTTP load testing tool and library designed to measure the performance and stability of web services. It…