5 releases (3 breaking)

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

#926 in Web programming

Download history 908/week @ 2024-08-21 941/week @ 2024-08-28 836/week @ 2024-09-04 711/week @ 2024-09-11 2983/week @ 2024-09-18 6536/week @ 2024-09-25 5534/week @ 2024-10-02 5648/week @ 2024-10-09 5896/week @ 2024-10-16 6769/week @ 2024-10-23 10972/week @ 2024-10-30 11200/week @ 2024-11-06 10524/week @ 2024-11-13 14068/week @ 2024-11-20 14150/week @ 2024-11-27 8666/week @ 2024-12-04

48,572 downloads per month
Used in 25 crates (9 directly)

Apache-2.0

55KB
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
~10K SLoC