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 1458/week @ 2024-10-22 1357/week @ 2024-10-29 1440/week @ 2024-11-05 1301/week @ 2024-11-12 1347/week @ 2024-11-19 945/week @ 2024-11-26 1942/week @ 2024-12-03 1984/week @ 2024-12-10 1694/week @ 2024-12-17 276/week @ 2024-12-24 657/week @ 2024-12-31 1730/week @ 2025-01-07 1922/week @ 2025-01-14 2098/week @ 2025-01-21 2681/week @ 2025-01-28 2445/week @ 2025-02-04

9,353 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