Skip to main content

server_bind

Function server_bind 

Source
pub fn server_bind(cap: &CapabilityConfig) -> Option<String>
Expand description

P5-8 (§2 module 31 server, D8 “remote attach”): read capabilities.server.bind — the HTTP listen address serve/--output- format rpc --http-class transports use. None (unset) means the LOOPBACK DEFAULT the runtime itself picks (127.0.0.1, OS-assigned ephemeral port) — this fn only surfaces an EXPLICIT override, so the runtime can tell “the operator opted into a specific bind” (which may warrant the non-loopback-exposure warning) from “nothing configured (safe default)”.