Skip to main content

parse_tunneled_response

Function parse_tunneled_response 

Source
pub fn parse_tunneled_response(
    bytes: &[u8],
) -> Result<(u16, BTreeMap<String, String>, usize)>