Definition at line 10 of file proxy_settings.hpp.
Public Attributes | |
std::string | proxy_address |
std::unordered_set< std::string > | no_proxy_targets |
List of addresses that should be accessed directly, bypassing proxy server. | |
std::unordered_set<std::string> ugrpc::client::ProxySettings::no_proxy_targets |
List of addresses that should be accessed directly, bypassing proxy server.
Definition at line 16 of file proxy_settings.hpp.
std::string ugrpc::client::ProxySettings::proxy_address |
Proxy server address No proxy if address is empty
Definition at line 13 of file proxy_settings.hpp.