Skip to main content

Module control

Module control 

Available on crate features http and inspect and std only.
Expand description

Runtime traffic decisions. Protocol adapters own streams; this bounded queue owns only editable messages and one-shot decisions. Capture admission never controls forwarding.

Structs§

Config
Connection
ConnectionSummary
Control
ControlConnection
HostSummary
HttpUpgradeContext
Matcher
Message
A captured HTTP head or an adapter-supplied message on an upgraded connection. Routing and HTTP values retain their types; upgraded protocols supply their own kind tags.
Payload
Payload bytes retain their encoding so editing and storage do not require a temporary UTF-8 or base64 string. Text is supplied through a string type.
PendingSummary
Preset
ResponseSpec
Rule
Snapshot

Enums§

Action
Decision
Direction
The two directions of a proxied flow, independent of message protocol.

Functions§

http_message