Module proxy
Available on crate feature
net only.Expand description
Proxy utilities and types.
Modules§
Structs§
- Idle
Guard - A resettable idle deadline.
- IoForward
Error - The
Errorreturned byIoForwardServicewhen the bridge ended on a genuine (non-connection) I/O error. - IoForward
Outcome - The result of an
IoForwardServicebridge, describing why and how the forward ended. - IoForward
Service - A proxy
Servicewhich takes aBridgeIoand copies the bytes of both the source and targetIos bidirectionally.
Enums§
- Bridge
Close Reason - Reason why a rama bridge — byte-oriented (see
IoForwardServiceinrama-net) or frame-oriented (seeStreamForwardService) — terminated. - First
Byte Timeout Start - Anchor from which the response first-byte window
(see
IoForwardService::with_first_byte_timeout) is measured.