Skip to main content

Module shared

Module shared 

Source
Expand description

Small shared types used across multiple modules.

Structs§

NamedU8
A u8 value paired with its human-readable name (e.g. a TLS alert level).
NamedU16
A u16 value paired with its human-readable name (e.g. a TLS cipher suite).
NamedU32
A u32 value paired with its human-readable name (e.g. an HTTP/2 error code).

Enums§

Side
Which side of the connection a message originated from.