(name: &str)
| 555 | } |
| 556 | |
| 557 | fn is_gateway_auth_cookie(name: &str) -> bool { |
| 558 | name.eq_ignore_ascii_case("CF_Authorization") || name.eq_ignore_ascii_case("cf-authorization") |
| 559 | } |
| 560 | |
| 561 | pub fn emit_service_endpoint_config_event(endpoint: &ServiceEndpoint, url: &str, created: bool) { |
| 562 | let event = build_service_endpoint_config_event(endpoint, url, created); |
no outgoing calls
no test coverage detected