2 releases
0.1.1 | Aug 18, 2021 |
---|---|
0.1.0 | Aug 18, 2021 |
#2 in #forwarded
291,272 downloads per month
Used in 117 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
~245–680KB
~15K SLoC