MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / with_loopback_service_http

Method with_loopback_service_http

crates/openshell-core/src/config.rs:704–707  ·  view source on GitHub ↗
(mut self, enabled: bool)

Source from the content-addressed store, hash-verified

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
710impl Default for ServiceRoutingConfig {

Calls

no outgoing calls