pub fn parse_request<R: Read>( buf: &mut BufReader<R>, ) -> Result<Incoming<(Method, RequestUri)>>
Parses a request into an Incoming message head.