Module v2

Source
Expand description

PROXY Protocol v2.

Re-exports§

pub use model::AddressPair;
pub use model::Command;
pub use model::ExtensionRef;
pub use model::ExtensionType;
pub use model::Protocol;
pub use model::HEADER_SIZE;
pub use codec::*;

Modules§

codec
PROXY Protocol v2 header encoding and decoding.
model
PROXY Protocol v2 header models

Structs§

Header
The PROXY Protocol v2 header.