safe_http_parser 0.1.0-beta.4

HTTP head parser for the safe_http crate
Documentation
mod to_str;
mod trim;

pub(crate) use self::{
    to_str::{str_from_ascii, AsciiError},
    trim::trim,
};