Skip to content

v0.2.0

Choose a tag to compare

@kx0101 kx0101 released this 08 Dec 20:54
· 13 commits to develop since this release
e8c01dc

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