| 7967 | } |
| 7968 | |
| 7969 | inline 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 | |
| 7975 | inline void ClientImpl::set_proxy_bearer_token_auth(const std::string &token) { |
| 7976 | proxy_bearer_token_auth_token_ = token; |
nothing calls this directly
no outgoing calls
no test coverage detected