async fn handle_hyper_request( server: Arc<Server>, req: Request<Incoming>, ) -> Result<Response<Full<Bytes>>, Error>