Expand description
Helpers for dealing with quiche stream events and HTTP/3 frames.
Structs§
- Close
Trigger Frame - Instructs h3i to watch for certain incoming
H3iFrame
s. The incoming frames can either be supplied directly viaCloseTriggerFrame::new
, or via a verification callback passed toCloseTriggerFrame::new_with_comparator
. - Enriched
Headers - An HTTP/3 HEADERS frame with decoded headers and a HeaderMap.
- Reset
Stream - A
RESET_STREAM
frame. - Serializable
Header - A wrapper to help serialize an quiche HTTP header.
- SerializableQ
Frame - A wrapper to help serialize a quiche HTTP/3 frame.
Enums§
- H3iFrame
- An internal representation of a QUIC or HTTP/3 frame. This type exists so that we can extend types defined in Quiche.