Function actix_web::test::simple_service
source · [−]pub fn simple_service(
status_code: StatusCode
) -> impl Service<ServiceRequest, Response = ServiceResponse<BoxBody>, Error = Error>
Expand description
Creates service that always responds with given status code and no body.