Expand description
Small shared types used across multiple modules.
Structs§
- NamedU8
- A
u8value paired with its human-readable name (e.g. a TLS alert level). - Named
U16 - A
u16value paired with its human-readable name (e.g. a TLS cipher suite). - Named
U32 - A
u32value paired with its human-readable name (e.g. an HTTP/2 error code).
Enums§
- Side
- Which side of the connection a message originated from.