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

Method basic_auth

libs/hbb_common/src/proxy.rs:347–350  ·  view source on GitHub ↗
(mut self, username: &str, password: &str)

Source from the content-addressed store, hash-verified

345 }
346
347 fn basic_auth(mut self, username: &str, password: &str) -> Proxy {
348 self.intercept.set_basic_auth(username, password);
349 self
350 }
351
352 pub async fn connect<'t, T>(
353 self,

Callers 1

from_confMethod · 0.80

Calls 1

set_basic_authMethod · 0.80

Tested by

no test coverage detected