MCPcopy Create free account
hub / github.com/PABannier/bark.cpp / set_proxy_basic_auth

Method set_proxy_basic_auth

examples/server/httplib.h:7969–7973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7967}
7968
7969inline void ClientImpl::set_proxy_basic_auth(const std::string &username,
7970 const std::string &password) {
7971 proxy_basic_auth_username_ = username;
7972 proxy_basic_auth_password_ = password;
7973}
7974
7975inline void ClientImpl::set_proxy_bearer_token_auth(const std::string &token) {
7976 proxy_bearer_token_auth_token_ = token;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected