Module proxy
Expand description
Proxy utilities and types.
Structsยง
- Proxy
Request - A request to proxy between source and target (stream).
- Proxy
Target - Target
Authority
for a proxy/forwarder service. - Stream
Forward Service - A proxy
Service
which takes aProxyRequest
and copies the bytes of both the source and targetStream
s bidirectionally.