3 unstable releases

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

#52 in #remove

Download history 2572/week @ 2024-01-05 1914/week @ 2024-01-12 1838/week @ 2024-01-19 2767/week @ 2024-01-26 2152/week @ 2024-02-02 2245/week @ 2024-02-09 1675/week @ 2024-02-16 2030/week @ 2024-02-23 2448/week @ 2024-03-01 2529/week @ 2024-03-08 2666/week @ 2024-03-15 2257/week @ 2024-03-22 2155/week @ 2024-03-29 2053/week @ 2024-04-05 1420/week @ 2024-04-12 844/week @ 2024-04-19

6,928 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