3 unstable releases
0.2.0 | Dec 6, 2019 |
---|---|
0.1.1 | Apr 15, 2019 |
0.1.0 | Jun 22, 2018 |
#36 in #remove
4,345 downloads per month
Used in 7 crates
(2 directly)
50KB
1K
SLoC
typed-headers
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