Function ntex::web::test::respond_to[][src]

pub async fn respond_to<T: Responder<DefaultError>>(
    slf: T,
    req: &HttpRequest
) -> HttpResponse
Expand description

Helper method for responders testing