#http #http-header #forwarded #rfc #parser #values #7239

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

#3 in #forwarded

Download history 9896/week @ 2023-12-03 10267/week @ 2023-12-10 8887/week @ 2023-12-17 8705/week @ 2023-12-24 8804/week @ 2023-12-31 10008/week @ 2024-01-07 10972/week @ 2024-01-14 10206/week @ 2024-01-21 10220/week @ 2024-01-28 10786/week @ 2024-02-04 13623/week @ 2024-02-11 12258/week @ 2024-02-18 9250/week @ 2024-02-25 10395/week @ 2024-03-03 10607/week @ 2024-03-10 10748/week @ 2024-03-17

41,784 downloads per month
Used in 16 crates (4 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

~0.4–0.8MB
~19K SLoC