3 unstable releases

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

#51 in #remove

Download history 3630/week @ 2023-12-07 2174/week @ 2023-12-14 1486/week @ 2023-12-21 1476/week @ 2023-12-28 2425/week @ 2024-01-04 2063/week @ 2024-01-11 1894/week @ 2024-01-18 2700/week @ 2024-01-25 2113/week @ 2024-02-01 2329/week @ 2024-02-08 1699/week @ 2024-02-15 1967/week @ 2024-02-22 2308/week @ 2024-02-29 2576/week @ 2024-03-07 2706/week @ 2024-03-14 1719/week @ 2024-03-21

9,679 downloads per month
Used in 7 crates (2 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