Skip to main content

parse_http_response

Function parse_http_response 

Source
fn parse_http_response(
    response: &str,
) -> Result<(u16, Vec<u8>, HashMap<String, String>), String>
Expand description

Parse an HTTP response string into status, body, and headers