fn find_header_end(data: &[u8]) -> Option<usize>
Find the end of HTTP headers (\r\n\r\n). Returns the position of the first \r in \r\n\r\n.