3 unstable releases

0.2.0 Dec 6, 2019
0.1.1 Apr 15, 2019
0.1.0 Jun 22, 2018

#34 in #remove

Download history 1156/week @ 2024-11-15 1184/week @ 2024-11-22 1636/week @ 2024-11-29 1829/week @ 2024-12-06 1902/week @ 2024-12-13 849/week @ 2024-12-20 268/week @ 2024-12-27 1610/week @ 2025-01-03 1687/week @ 2025-01-10 1973/week @ 2025-01-17 2572/week @ 2025-01-24 2512/week @ 2025-01-31 2655/week @ 2025-02-07 1462/week @ 2025-02-14 3062/week @ 2025-02-21 2707/week @ 2025-02-28

10,457 downloads per month
Used in 8 crates (3 directly)

MIT/Apache

50KB
1K SLoC

typed-headers

CircleCI

Documentation

Typed HTTP header serialization and deserialization.


lib.rs:

Typed HTTP header serialization and deserialization.

This crate is still in its early, experimental stages. It currently takes a fairly pedantic view of parsing, and tries to support exactly what's specified in the HTTP RFCs.

The HeaderMapExt extension trait provides new methods on the http::HeaderMap type to insert, retrieve, and remove headers in a typed manner.

Dependencies

~2MB
~34K SLoC