pub fn read_request<R: Read + Send + 'static>( stream: R, config: &Config, ) -> Result<Request<Body>>