#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

#1826 in Network programming

Download history 39833/week @ 2024-07-20 36459/week @ 2024-07-27 42841/week @ 2024-08-03 53887/week @ 2024-08-10 38890/week @ 2024-08-17 48995/week @ 2024-08-24 52790/week @ 2024-08-31 49300/week @ 2024-09-07 44789/week @ 2024-09-14 48522/week @ 2024-09-21 50812/week @ 2024-09-28 52353/week @ 2024-10-05 54046/week @ 2024-10-12 58310/week @ 2024-10-19 49988/week @ 2024-10-26 61613/week @ 2024-11-02

231,394 downloads per month
Used in 93 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

~270–720KB
~17K SLoC