pub async fn receive_http_request( body: impl AsyncRead + Send, ) -> Result<Request, HttpRequestError>