pub async fn handle_request( service: AppService, web_req: Request, ) -> Result<Response, JsError>
Handle a request.