Ark Server API (ASE) - Wiki
|
HTTP proxy server configuration. More...
#include <HTTPClientSession.h>
Public Member Functions | |
ProxyConfig () | |
Public Attributes | |
std::string | host |
Poco::UInt16 | port |
Proxy server host name or IP address. | |
std::string | username |
Proxy server TCP port. | |
std::string | password |
Proxy server username. | |
std::string | nonProxyHosts |
Proxy server password. | |
ProxyAuthentication | authMethod |
HTTP proxy server configuration.
Definition at line 76 of file HTTPClientSession.h.
|
inline |
Definition at line 79 of file HTTPClientSession.h.
ProxyAuthentication Poco::Net::HTTPClientSession::ProxyConfig::authMethod |
A regular expression defining hosts for which the proxy should be bypassed, e.g. "localhost|127\.0\.0\.1|192\.168\.0\.\d+". Can also be an empty string to disable proxy bypassing.
Definition at line 98 of file HTTPClientSession.h.
std::string Poco::Net::HTTPClientSession::ProxyConfig::host |
Definition at line 85 of file HTTPClientSession.h.
std::string Poco::Net::HTTPClientSession::ProxyConfig::nonProxyHosts |
Proxy server password.
Definition at line 93 of file HTTPClientSession.h.
std::string Poco::Net::HTTPClientSession::ProxyConfig::password |
Proxy server username.
Definition at line 91 of file HTTPClientSession.h.
Poco::UInt16 Poco::Net::HTTPClientSession::ProxyConfig::port |
Proxy server host name or IP address.
Definition at line 87 of file HTTPClientSession.h.
std::string Poco::Net::HTTPClientSession::ProxyConfig::username |
Proxy server TCP port.
Definition at line 89 of file HTTPClientSession.h.