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