2 releases
0.1.1 | Aug 18, 2021 |
---|---|
0.1.0 | Aug 18, 2021 |
#1826 in Network programming
231,394 downloads per month
Used in 93 crates
(6 directly)
19KB
484 lines
This project implements a small parser for the HTTP Forwarded header, as defined in RFC 7239 Section 4.
This work is licensed under the ISC License, a copy of which can be found at LICENSE.txt.
lib.rs
:
This module implements parsing for the Forwarded header as defined by
RFC 7239 and RFC 7230. You should generally interact with the ForwardedHeaderValue
struct.
Dependencies
~270–720KB
~17K SLoC