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

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

Helper method for responders testing