#http-header #header-parser #http #forwarded #rfc #value #defined

forwarded-header-value

Parser for values from the Forwarded header (RFC 7239)

2 releases

0.1.1 Aug 18, 2021
0.1.0 Aug 18, 2021

#1855 in Network programming

Download history 51687/week @ 2024-11-28 55070/week @ 2024-12-05 55543/week @ 2024-12-12 30021/week @ 2024-12-19 20245/week @ 2024-12-26 47906/week @ 2025-01-02 59676/week @ 2025-01-09 63456/week @ 2025-01-16 64131/week @ 2025-01-23 61863/week @ 2025-01-30 68742/week @ 2025-02-06 79161/week @ 2025-02-13 70290/week @ 2025-02-20 69502/week @ 2025-02-27 69217/week @ 2025-03-06 55228/week @ 2025-03-13

279,249 downloads per month
Used in 118 crates (7 directly)

ISC license

19KB
484 lines

This project implements a small parser for the HTTP Forwarded header, as defined in RFC 7239 Section 4.

CI crates.io docs.rs

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