Function ajars_actix_web::actix_web::test::ok_service[][src]

pub fn ok_service(
) -> impl Service<ServiceRequest, Response = ServiceResponse<AnyBody>, Error = Error>
Expand description

Create service that always responds with HttpResponse::Ok() and no body.