bes
Updated for version 3.20.6
|
utility class for the HTTP catalog module More...
#include <HttpdCatalogUtils.h>
Static Public Attributes | |
static std::map< std::string, std::string > | MimeList |
static std::string | NoProxyRegex |
static int | ProxyAuthType = 0 |
static std::string | ProxyHost |
static std::string | ProxyPassword |
static int | ProxyPort = 0 |
static std::string | ProxyProtocol |
static std::string | ProxyUser |
static std::string | ProxyUserPW |
static bool | useInternalCache = false |
utility class for the HTTP catalog module
This class provides utilities that extract information from a URL or the returned headers of an HTTP response. It also provides storage for a number of values read from the httpd_catalog.conf configuration file.
Definition at line 48 of file HttpdCatalogUtils.h.