Settings

Theme

Show HN: Inspect-HTTP-Proxy: a tool to pretty-print JSON requests/responses

github.com

8 points by mmx1 9 months ago · 1 comment · 1 min read

Reader

A simple Go-based HTTP proxy designed for detailed inspection of requests and responses. It logs traffic to the console with colorization, automatic decompression, and formatting for common content types, while remaining transparent to the client application.

Ideal for debugging API interactions, understanding middleware behavior, or simply getting a clear view of HTTP traffic flow with jq-like pretty-printing & colorization of request/response. Automatically redacts parts of Authorization header to avoid token leakage.

kiaasar 9 months ago

sweet! this is super useful :)

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection