safe_http_parser 0.1.0-beta.4

HTTP head parser for the safe_http crate
Documentation
mod index;
mod slice;

pub(crate) use self::{index::ChunksIndex, slice::ChunksSlice};

use shared_bytes::SharedBytes;

pub(crate) type Chunks<'a> = &'a [SharedBytes];