| 8728 | } |
| 8729 | |
| 8730 | inline 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 | |
| 8736 | inline void ClientImpl::set_proxy_bearer_token_auth(const std::string &token) { |
| 8737 | proxy_bearer_token_auth_token_ = token; |
nothing calls this directly
no outgoing calls
no test coverage detected