MCPcopy Create free account
hub / github.com/dtormoen/tsk-tsk / proxy_url

Method proxy_url

src/context/tsk_config.rs:463–465  ·  view source on GitHub ↗

Proxy URL for HTTP_PROXY environment variable

(&self)

Source from the content-addressed store, hash-verified

461
462 /// Proxy URL for HTTP_PROXY environment variable
463 pub fn proxy_url(&self) -> String {
464 format!("http://{}:3128", self.proxy_container_name())
465 }
466}
467
468/// Server daemon configuration

Callers 1

build_proxy_env_varsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected