logo

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

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

Create service that always responds with HttpResponse::Ok()