4 releases (2 breaking)

0.3.0 Jul 12, 2024
0.2.0 May 10, 2024
0.1.1 Apr 18, 2024
0.1.0 Feb 28, 2024

#7 in #pingora

Download history 825/week @ 2024-04-03 547/week @ 2024-04-10 684/week @ 2024-04-17 761/week @ 2024-04-24 546/week @ 2024-05-01 738/week @ 2024-05-08 575/week @ 2024-05-15 576/week @ 2024-05-22 464/week @ 2024-05-29 576/week @ 2024-06-05 485/week @ 2024-06-12 742/week @ 2024-06-19 1053/week @ 2024-06-26 1012/week @ 2024-07-03 996/week @ 2024-07-10 601/week @ 2024-07-17

3,835 downloads per month
Used in 18 crates (8 directly)

Apache-2.0

53KB
1K SLoC

HTTP header objects that preserve http header cases

Although HTTP header names are supposed to be case-insensitive for compatibility, proxies ideally shouldn't alter the HTTP traffic, especially the headers they don't need to read.

This crate provide structs and methods to preserve the headers in order to build a transparent proxy.

Dependencies

~620KB