morpheus_network::mainloop::bare_metal

Function find_header_end

Source
fn find_header_end(data: &[u8]) -> Option<usize>
Expand description

Find the end of HTTP headers (\r\n\r\n). Returns the position of the first \r in \r\n\r\n.