| Crates.io | ppp-stream |
| lib.rs | ppp-stream |
| version | 0.1.1 |
| created_at | 2022-05-13 10:38:51.685297+00 |
| updated_at | 2023-02-18 12:59:24.471345+00 |
| description | Adds ProxyProtocol parsing to AsyncRead streams |
| homepage | |
| repository | https://github.com/conblem/ppp-stream |
| max_upload_size | |
| id | 585765 |
| size | 18,252 |
This is a simple library that adds helper functions to AsyncRead streams for HAProxy Protocol extraction. The Proxy Protocol parsing is implemented by the great ppp library, many thanks to @misalcedo and all the other contributors.
Also, big thanks to @simao for his contribution to this project.