v0.2.0
Live Capture Mode (--capture)
Act as a reverse proxy to capture all HTTP traffic between clients and an upstream server
- Records request and response data including
- Method, path, headers, and body
- Response status, headers, and body
- Latency in milliseconds
- Timestamp of each request
- Supports real-time streaming of captured entries to stdout via --stream.
- Saves captured traffic in JSON Lines format for easy replay, diffing, and analysis