Expand description
HTTP/2 protocol implementation and utilities.
Structs§
- Http2
Options - Options for tuning HTTP/2 connections.
- Http2
Options Builder - Builder for
Http2Options. - Priorities
- A collection of HTTP/2 PRIORITY frames.
- Priorities
Builder - A builder for constructing a
Prioritiescollection. - Priority
- The PRIORITY frame (type=0x2) specifies the sender-advised priority of a stream [Section 5.3]. It can be sent in any stream state, including idle or closed streams. [Section 5.3]: https://tools.ietf.org/html/rfc7540#section-5.3
- Pseudo
Order - Represents the order of HTTP/2 pseudo-header fields in a header block.
- Setting
- A struct representing a single HTTP/2 setting that can be sent in a SETTINGS frame.
- Settings
Order - Represents the order of settings in a SETTINGS frame.
- Settings
Order Builder - A builder for constructing a
SettingsOrder. - Stream
Dependency - Represents a stream dependency in HTTP/2 priority frames.
- Stream
Id - A stream identifier, as described in Section 5.1.1 of RFC 7540.