userver: ugrpc::client::ProxySettings Struct Reference
Loading...
Searching...
No Matches
ugrpc::client::ProxySettings Struct Reference

Detailed Description

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.
 

Member Data Documentation

◆ no_proxy_targets

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.

◆ proxy_address

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.


The documentation for this struct was generated from the following file: