Skip to main content

handle

Function handle 

Source
pub(crate) async fn handle<S>(
    services: Arc<Services>,
    req: Request,
    inner: S,
) -> Result<Response, StatusCode>
where S: Service<Request, Error = Infallible> + Send + 'static, S::Response: IntoResponse, S::Future: Send + 'static,