Expand description
Reverse-proxy app: matches every inbound HTTP request via a fallback handler, forwards it to the configured upstream, and tees a copy of the response byte stream into a background reassembler for capture.
Modules§
- forward
- Reqwest-backed streaming reverse-proxy handler.
- sse_tap
- Split the upstream byte stream so that every chunk is sent to the HTTP client without buffering AND a clone of every chunk is delivered to a background reassembler that produces the final JSON message used by the capture record.