Module client
Available on crate feature
haproxy only.Expand description
HaProxy Protocol Client support
See the vendored specification at
rama-haproxy/specifications/proxy-protocol.txt
(upstream: https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt).
Modules§
- protocol
- Marker traits for the HaProxy (PROXY) protocol to be used by client layer (service).
- version
- Marker traits for the HaProxy (PROXY) version to be used by client layer (service).
Structs§
- HaProxy
Layer - Layer to encode and write the HaProxy Protocol, as a client on the connected stream.
- HaProxy
Service - Service to encode and write the HaProxy Protocol as a client on the connected stream.