3 unstable releases

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

#30 in #remove

Download history 1019/week @ 2024-08-16 1318/week @ 2024-08-23 1226/week @ 2024-08-30 1605/week @ 2024-09-06 1319/week @ 2024-09-13 1232/week @ 2024-09-20 1654/week @ 2024-09-27 1264/week @ 2024-10-04 1285/week @ 2024-10-11 1472/week @ 2024-10-18 1357/week @ 2024-10-25 1438/week @ 2024-11-01 1500/week @ 2024-11-08 1156/week @ 2024-11-15 1184/week @ 2024-11-22 1171/week @ 2024-11-29

5,325 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