qustavo/httplab
The interactive web server observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3493
- days_rel: n/a
- days_push: 940
- n_releases_24m: 0
Adoption not part of the score
4140 stars · 122 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
HTTPLab is an interactive terminal-based web server that lets developers inspect incoming HTTP requests and forge custom responses in real time. It runs as a CLI tool with a TUI for editing status codes, headers, delays, and response bodies on the fly.
Use cases
- inspect incoming http requests during development
- mock http endpoints with custom responses
- test how clients handle different status codes and headers
- simulate slow responses with configurable delays
- debug webhooks by capturing and replaying requests
- forge http responses without writing server code
When to choose
- you need a quick local mock HTTP server with an interactive UI
- you want to inspect raw HTTP requests from clients or webhooks
- you're testing client behavior against arbitrary status codes, headers, or delays
When to avoid
- you need a production web server
- you require scripted or automated mocking in CI pipelines
- you need a graphical web-based interface rather than a terminal UI
Facets
cli-tool · maturity maintenance
http-server testing developer-tools cli developer-tools web-development testing windows cli cross-platform http-inspector response-forging mock-server tui request-inspection command-line linux macos
1 source
- readme: https://github.com/qustavo/httplab · fetched 2026-08-28 · 979277fd71be
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| qustavo/httplab | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem