Function actix_web::test::ok_service
source ยท pub fn ok_service() -> impl Service<ServiceRequest, Response = ServiceResponse<BoxBody>, Error = Error>
Expand description
Creates service that always responds with 200 OK
and no body.