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
Download history 31356/week @ 2024-06-19 36663/week @ 2024-06-26 37012/week @ 2024-07-03 31617/week @ 2024-07-10 39954/week @ 2024-07-17 41444/week @ 2024-07-24 34926/week @ 2024-07-31 49623/week @ 2024-08-07 46806/week @ 2024-08-14 42115/week @ 2024-08-21 51330/week @ 2024-08-28 51853/week @ 2024-09-04 48006/week @ 2024-09-11 47179/week @ 2024-09-18 46690/week @ 2024-09-25 45318/week @ 2024-10-02

195,697 downloads per month
Used in 90 crates (6 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

~320–780KB
~18K SLoC