#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

#2 in #forwarded

Download history 53277/week @ 2024-11-16 52727/week @ 2024-11-23 48346/week @ 2024-11-30 61019/week @ 2024-12-07 49851/week @ 2024-12-14 21407/week @ 2024-12-21 27703/week @ 2024-12-28 50966/week @ 2025-01-04 68639/week @ 2025-01-11 60646/week @ 2025-01-18 57749/week @ 2025-01-25 70472/week @ 2025-02-01 71106/week @ 2025-02-08 75160/week @ 2025-02-15 70657/week @ 2025-02-22 60956/week @ 2025-03-01

291,272 downloads per month
Used in 117 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

~245–680KB
~15K SLoC