3 unstable releases

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

#40 in #remove

Download history 1339/week @ 2024-07-21 1275/week @ 2024-07-28 1032/week @ 2024-08-04 1435/week @ 2024-08-11 1039/week @ 2024-08-18 1256/week @ 2024-08-25 1463/week @ 2024-09-01 1709/week @ 2024-09-08 1052/week @ 2024-09-15 1325/week @ 2024-09-22 1606/week @ 2024-09-29 1292/week @ 2024-10-06 1387/week @ 2024-10-13 1393/week @ 2024-10-20 1431/week @ 2024-10-27 1372/week @ 2024-11-03

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