Skip to main content

Module proxy

Module proxy 

Available on crate feature net only.
Expand description

Proxy utilities and types.

Modules§

dial9dial9
Pre-defined dial9 events for proxy bridge lifecycle.

Structs§

IdleGuard
A resettable idle deadline.
IoForwardError
The Error returned by IoForwardService when the bridge ended on a genuine (non-connection) I/O error.
IoForwardOutcome
The result of an IoForwardService bridge, describing why and how the forward ended.
IoForwardService
A proxy Service which takes a BridgeIo and copies the bytes of both the source and target Ios bidirectionally.

Enums§

BridgeCloseReason
Reason why a rama bridge — byte-oriented (see IoForwardService in rama-net) or frame-oriented (see StreamForwardService) — terminated.
FirstByteTimeoutStart
Anchor from which the response first-byte window (see IoForwardService::with_first_byte_timeout) is measured.