asciimoo/wuzz

Interactive cli tool for HTTP inspection

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 26 minutes ago
Added to GitGenius on September 5th, 2026
Created on January 30th, 2017
Open Issues & Pull Requests: 42 (+0)
GitHub issues: Enabled
Number of forks: 408
Total Stargazers: 10,732 (+0)
Total Subscribers: 163 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 35.5 days
Mean response time: 30.1 days
90th percentile: 47.9 days
Tracked items: 6

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 214 days
Stale 30+ days: 1
Stale 90+ days: 1

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Wuzz is an interactive command-line tool for HTTP inspection that runs in the terminal. It provides a user-friendly interface for constructing, sending, and examining HTTP requests and responses without leaving the command line.

The tool addresses the friction of working with HTTP requests through traditional curl commands or GUI-based clients by offering an interactive terminal interface. Rather than typing out long command strings or switching between applications, developers can navigate through request parameters, headers, and body content using keyboard controls, see responses formatted in the terminal, and iterate quickly on requests. The interface displays requests and responses side by side, allowing inspection of status codes, headers, and response bodies in a single view.

Wuzz suits developers who spend significant time debugging APIs, testing endpoints, or exploring HTTP behavior and prefer staying within the terminal. It works well for rapid iteration during development and testing phases. The tool is particularly valuable for those already comfortable with command-line workflows who find GUI clients cumbersome or want to avoid context-switching. It serves as a middle ground between the power and terseness of curl and the convenience of graphical HTTP clients.

The project shows consistent maintenance with regular commits addressing bug fixes and feature improvements. Pull requests receive review and integration into the codebase. The issue tracker contains both bug reports and feature requests that receive responses from maintainers. Development activity indicates ongoing attention to user-reported problems and incremental enhancements to the tool's functionality.