MCPcopy Create free account
hub / github.com/Recordscript/recordscript / proxy_addrs

Method proxy_addrs

libs/hbb_common/src/proxy.rs:343–345  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

341 }
342
343 pub async fn proxy_addrs(&self) -> Result<SocketAddr, ProxyError> {
344 self.intercept.socket_addrs().await
345 }
346
347 fn basic_auth(mut self, username: &str, password: &str) -> Proxy {
348 self.intercept.set_basic_auth(username, password);

Callers 1

connectMethod · 0.80

Calls 1

socket_addrsMethod · 0.80

Tested by

no test coverage detected