Module conn
Available on crate feature
http only.Expand description
HTTP connection utilities.
Structs§
- H2Client
Context Params - Optional parameters that can be set in the
Extensionsof a (h2) request to customise the connection of the h2 connection. - H2Server
Context Params - Per-conn override for the h2 server’s initial SETTINGS frame, set on
the IO’s
Extensions. Any field leftNoneretains the builder default.Some(value)overrides one-to-one; this type can’t express “explicitly unset” — set the builder directly if you need that. - Http1
Client Context Params - Optional parameters that can be set in the
Extensionsof a (h1) request to customise the connection of the h1 connection. - Peer
H2Settings - The peer’s initial (first non-ACK) h2
Settingsframe, set as an extension on every h2 client response. Captured once per connection; subsequent SETTINGS updates are not reflected. Stored once inArc<PeerH2Settings>and shared per-response viarama_core::extensions::Extensions::insert_arc. - Target
Http Version - Target http version