Function actix_test::ok_service[][src]

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

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