3 unstable releases

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

#55 in #remove

Download history 2503/week @ 2024-03-04 2398/week @ 2024-03-11 2658/week @ 2024-03-18 2156/week @ 2024-03-25 2309/week @ 2024-04-01 1760/week @ 2024-04-08 1253/week @ 2024-04-15 1342/week @ 2024-04-22 1663/week @ 2024-04-29 1342/week @ 2024-05-06 1454/week @ 2024-05-13 1293/week @ 2024-05-20 1179/week @ 2024-05-27 1406/week @ 2024-06-03 1163/week @ 2024-06-10 1134/week @ 2024-06-17

4,915 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
~33K SLoC