servers::http::authorize

Function check_http_auth

source
pub async fn check_http_auth<B>(
    __arg0: State<AuthState>,
    req: Request<B>,
    next: Next<B>,
) -> Response