Skip to main content

handle_http_header

Function handle_http_header 

Source
fn handle_http_header(buf: &[u8]) -> Option<(&str, &str)>
Expand description

Splits HTTP HEADER: VALUE to a tuple.