Skip to main content

handle

Function handle 

Source
pub(crate) async fn handle(
    __arg0: State<Arc<Services>>,
    req: Request<Body>,
    next: Next,
) -> Result<Response, StatusCode>