git404hub

what is http-debug fr?

its-treason/http-debug — explained in plain English

Analysis updated 2026-07-17 · repo last pushed 2026-02-05

1GoAudience · developerComplexity · 2/5MaintainedSetup · easy

tl;dr

A local debug server that catches any HTTP request and shows you exactly what your code sent, headers, body, method, and all, so you can fix bugs before hitting a real API.

vibe map

mindmap
  root((repo))
    What it does
      Catches HTTP requests
      Shows headers and body
      Acts as a middleman server
      Echoes request details
    Tech stack
      Go
      Single executable
    Use cases
      Debug API clients
      Test mobile app requests
      Verify automation scripts
    Audience
      Developers
      Backend builders
      QA testers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Point a web frontend at the debug server to confirm it sends the correct headers and body before hitting a real API.

VIBE 2

Debug a mobile app's network calls by inspecting exactly what requests it generates.

VIBE 3

Verify an automation script's HTTP output without spamming a live test server.

what's the stack?

Go

how it stacks up fr

its-treason/http-debugaegrail/aegrail-engineaeneasr/form
Stars111
LanguageGoGoGo
Last pushed2026-02-052019-03-08
MaintenanceMaintainedDormant
Setup difficultyeasyhardeasy
Complexity2/55/52/5
Audiencedeveloperops devopsdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

README is sparse, so you may need to read the source to find all features.

prompts (copy fr)

prompt 1
Show me how to run http-debug locally and point my Go HTTP client at it to inspect outgoing requests.
prompt 2
Write a script that sends a test API request to my local http-debug server so I can check the headers and body.
prompt 3
Explain how to compile http-debug from source and run it as a single executable on my machine.

Frequently asked questions

what is http-debug fr?

A local debug server that catches any HTTP request and shows you exactly what your code sent, headers, body, method, and all, so you can fix bugs before hitting a real API.

What language is http-debug written in?

Mainly Go. The stack also includes Go.

Is http-debug actively maintained?

Maintained — commit in last 6 months (last push 2026-02-05).

How hard is http-debug to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is http-debug for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.