(mut self, enabled: bool)
| 702 | /// hostnames on TLS-enabled gateway listeners. |
| 703 | #[must_use] |
| 704 | pub const fn with_loopback_service_http(mut self, enabled: bool) -> Self { |
| 705 | self.service_routing.enable_loopback_service_http = enabled; |
| 706 | self |
| 707 | } |
| 708 | } |
| 709 | |
| 710 | impl Default for ServiceRoutingConfig { |
no outgoing calls