MCPcopy Create free account
hub / github.com/PerroEngine/Perro / proxy

Method proxy

perro_source/api_modules/perro_networking/src/http.rs:69–72  ·  view source on GitHub ↗
(mut self, proxy: HttpProxy)

Source from the content-addressed store, hash-verified

67 }
68
69 pub fn cookies_enabled(mut self, cookies_enabled: bool) -> Self {
70 self.cookies_enabled = cookies_enabled;
71 self
72 }
73
74 pub fn proxy(mut self, proxy: HttpProxy) -> Self {
75 self.proxy = Some(proxy);

Callers 2

build_agentFunction · 0.80

Calls

no outgoing calls