This is the complete list of members for web::http::client::ConfigHTTP, including all inherited members.
| addFlag(const std::string &name, const std::string &description) | net::config::ConfigSection | |
| addFlag(const std::string &name, const std::string &description, const std::string &typeName) | net::config::ConfigSection | |
| addFlag(const std::string &name, const std::string &description, const std::string &typeName, const CLI::Validator &additionalValidator) | net::config::ConfigSection | |
| addFlag(const std::string &name, const std::string &description, const std::string &typeName, ValueTypeT defaultValue) | net::config::ConfigSection | |
| addFlag(const std::string &name, const std::string &description, const std::string &typeName, ValueTypeT defaultValue, const CLI::Validator &additionalValidator) | net::config::ConfigSection | |
| addFlag(const std::string &name, const std::string &description, const std::string &typeName, ValueType defaultValue) | net::config::ConfigSection | |
| addFlag(const std::string &name, const std::string &description, const std::string &typeName, ValueType defaultValue, const CLI::Validator &additionalValidator) | net::config::ConfigSection | |
| addFlagFunction(const std::string &name, const std::function< void()> &callback, const std::string &description, const std::string &typeName, const std::string &defaultValue) | net::config::ConfigSection | |
| addFlagFunction(const std::string &name, const std::function< void()> &callback, const std::string &description, const std::string &typeName, const std::string &defaultValue, const CLI::Validator &validator) | net::config::ConfigSection | |
| addOption(const std::string &name, const std::string &description) | net::config::ConfigSection | |
| addOption(const std::string &name, const std::string &description, const std::string &typeName) | net::config::ConfigSection | |
| addOption(const std::string &name, const std::string &description, const std::string &typeName, const CLI::Validator &additionalValidator) | net::config::ConfigSection | |
| addOption(const std::string &name, const std::string &description, const std::string &typeName, ValueTypeT defaultValue) | net::config::ConfigSection | |
| addOption(const std::string &name, const std::string &description, const std::string &typeName, ValueTypeT defaultValue, const CLI::Validator &additionalValidator) | net::config::ConfigSection | |
| addOption(const std::string &name, const std::string &description, const std::string &typeName, ValueType defaultValue) | net::config::ConfigSection | |
| addOption(const std::string &name, const std::string &description, const std::string &typeName, ValueType defaultValue, const CLI::Validator &additionalValidator) | net::config::ConfigSection | |
| addOptionFunction(const std::string &name, const std::function< void(const std::string &)> &optionFunction, const std::string &description) | net::config::ConfigSection | |
| ConfigHTTP(net::config::ConfigInstance *configInstance) | web::http::client::ConfigHTTP | explicit |
| ConfigHTTP(ConfigHTTP &)=delete | web::http::client::ConfigHTTP | |
| ConfigHTTP(ConfigHTTP &&) noexcept=delete | web::http::client::ConfigHTTP | |
| ConfigSection(ConfigInstance *instance, T *sectionPtr, const std::string &group="Sections") | net::config::ConfigSection | |
| ConfigSection(const ConfigSection &)=delete | net::config::ConfigSection | |
| ConfigSection(ConfigSection &&)=delete | net::config::ConfigSection | |
| description | web::http::client::ConfigHTTP | static |
| getHostHeader() const | web::http::client::ConfigHTTP | |
| getOption(const std::string &name) const | net::config::ConfigSection | |
| getPipelinedRequests() const | web::http::client::ConfigHTTP | |
| getRequired() const | net::config::ConfigSection | |
| hostHeaderOpt | web::http::client::ConfigHTTP | private |
| instance | net::config::ConfigSection | private |
| name | web::http::client::ConfigHTTP | static |
| operator=(ConfigHTTP &)=delete | web::http::client::ConfigHTTP | |
| operator=(ConfigHTTP &&)=delete | web::http::client::ConfigHTTP | |
| net::config::ConfigSection::operator=(const ConfigSection &)=delete | net::config::ConfigSection | |
| net::config::ConfigSection::operator=(ConfigSection &&)=delete | net::config::ConfigSection | |
| pipelinedRequestsOpt | web::http::client::ConfigHTTP | private |
| required(CLI::Option *opt, bool req=true) | net::config::ConfigSection | |
| required(bool required=true) | net::config::ConfigSection | |
| requiredCount | net::config::ConfigSection | private |
| sectionSc | net::config::ConfigSection | protected |
| setConfigurable(CLI::Option *option, bool configurable) | net::config::ConfigSection | protected |
| setHostHeader(const std::string &hostHeader) | web::http::client::ConfigHTTP | |
| setPipelinedRequests(bool pipelinedRequests) | web::http::client::ConfigHTTP | |
| ~ConfigHTTP() override | web::http::client::ConfigHTTP | |
| ~ConfigSection() | net::config::ConfigSection | virtual |