safehttp 0.2.0

A slow (but simple, safe and strict) HTTP/1.1 parser
Documentation
1
2
3
4
pub enum TransferEncoding {
    Chunked,
    None,
}