pub fn parse_request_line(buf: &[u8]) -> (String, String)
Try to extract method and path from the first line of an HTTP request.