Proxy (Rust)
HTTP proxy in the request path. Records real traffic during LEARN, serves the recorded library during MOCK, forwards transparently during PASSTHROUGH. Accepts plain HTTP on :8080, and — when ENABLE_TLS_INTERCEPTION is set — terminates TLS itself as a CONNECT forward proxy on :8443, minting per-host leaf certs from an embedded CA. The only component that sees production payloads — designed for low latency, structural redaction, and zero runtime allocation on the hot path beyond the configured body ceiling.