Function hyper::proto::h1::role::parse_headers

source ·
pub(super) fn parse_headers<T>(
    bytes: &mut BytesMut,
    ctx: ParseContext<'_>
) -> Result<Option<ParsedMessage<T::Incoming>>, Parse>where
    T: Http1Transaction,