3 unstable releases

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

#36 in #remove

Download history 2706/week @ 2024-03-14 2203/week @ 2024-03-21 2112/week @ 2024-03-28 2221/week @ 2024-04-04 1527/week @ 2024-04-11 1094/week @ 2024-04-18 1542/week @ 2024-04-25 1345/week @ 2024-05-02 1858/week @ 2024-05-09 1117/week @ 2024-05-16 1210/week @ 2024-05-23 1522/week @ 2024-05-30 1086/week @ 2024-06-06 1203/week @ 2024-06-13 1008/week @ 2024-06-20 668/week @ 2024-06-27

4,345 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