Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
Poco::Net::HTTPClientSession::ProxyConfig Struct Reference

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
 

Detailed Description

HTTP proxy server configuration.

Definition at line 76 of file HTTPClientSession.h.

Constructor & Destructor Documentation

◆ ProxyConfig()

Poco::Net::HTTPClientSession::ProxyConfig::ProxyConfig ( )
inline

Definition at line 79 of file HTTPClientSession.h.

Member Data Documentation

◆ authMethod

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.

◆ host

std::string Poco::Net::HTTPClientSession::ProxyConfig::host

Definition at line 85 of file HTTPClientSession.h.

◆ nonProxyHosts

std::string Poco::Net::HTTPClientSession::ProxyConfig::nonProxyHosts

Proxy server password.

Definition at line 93 of file HTTPClientSession.h.

◆ password

std::string Poco::Net::HTTPClientSession::ProxyConfig::password

Proxy server username.

Definition at line 91 of file HTTPClientSession.h.

◆ port

Poco::UInt16 Poco::Net::HTTPClientSession::ProxyConfig::port

Proxy server host name or IP address.

Definition at line 87 of file HTTPClientSession.h.

◆ username

std::string Poco::Net::HTTPClientSession::ProxyConfig::username

Proxy server TCP port.

Definition at line 89 of file HTTPClientSession.h.


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