2 releases

0.1.2 Jul 14, 2024
0.1.1 Jul 14, 2024
0.1.0 Nov 17, 2023

#1020 in Network programming

Download history 106/week @ 2024-07-01 189/week @ 2024-07-08 136/week @ 2024-07-15 316/week @ 2024-07-22 443/week @ 2024-07-29 200/week @ 2024-08-05 231/week @ 2024-08-12 196/week @ 2024-08-19 106/week @ 2024-08-26 130/week @ 2024-09-02 546/week @ 2024-09-09 3089/week @ 2024-09-16 2155/week @ 2024-09-23 2454/week @ 2024-09-30 2879/week @ 2024-10-07 2970/week @ 2024-10-14

10,556 downloads per month
Used in rs-proxy

MIT license

70KB
1.5K SLoC

proxy-header

Crates.io MIT licensed Build Status

This crate provides a decoder and encoder for the HAProxy PROXY protocol, which is used to preserve original client connection information when proxying TCP connections for protocols that do not support this higher up in the stack.

The PROXY protocol is supported by many load balancers and proxies, including HAProxy, Amazon ELB, Amazon ALB, and others.

This crate implements the entire specification, except parsing the AF_UNIX address type (the header is validated / parsed, but the address is not decoded or exposed in the API).

Acknowledgements

This crate started as a fork of the proxy-protocol crate, but has since been rewritten from scratch.

License

This crate is licensed under the MIT license. See the LICENSE file for details.

Dependencies

~0–6MB
~20K SLoC