Function actix_web::test::status_service
source ยท pub fn status_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.