Skip to main content

parse_http_response

Function parse_http_response 

Source
pub fn parse_http_response(
    response: &str,
) -> Result<(u16, String, BTreeMap<String, String>, String), &'static str>