Skip to main content

Crate haproxy

Crate haproxy 

Available on crate feature haproxy only.
Expand description

rama HaProxy support

Implements the HAProxy PROXY protocol versions 1 (text) and 2 (binary).

The canonical specification document is vendored under rama-haproxy/specifications/proxy-protocol.txt (upstream: https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt).

Crate used by the end-user rama crate and rama crate authors alike.

Learn more about rama:

Modules§

client
HaProxy Protocol Client support
protocol
A Proxy Protocol Parser written in Rust. Supports both text and binary versions of the header protocol.
server
HaProxy Protocol Server support