MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / set_proxy_basic_auth

Method set_proxy_basic_auth

external/httplib.h:8730–8734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8728}
8729
8730inline void ClientImpl::set_proxy_basic_auth(const std::string &username,
8731 const std::string &password) {
8732 proxy_basic_auth_username_ = username;
8733 proxy_basic_auth_password_ = password;
8734}
8735
8736inline void ClientImpl::set_proxy_bearer_token_auth(const std::string &token) {
8737 proxy_bearer_token_auth_token_ = token;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected