11#ifndef SQUID_SRC_ADAPTATION_ECAP_CONFIG_H
12#define SQUID_SRC_ADAPTATION_ECAP_CONFIG_H
29 bool grokExtension(
const char *name,
const char *value)
override;
32 typedef std::pair<std::string, std::string>
Extension;
General eCAP configuration.
Adaptation::ServicePointer createService(const ServiceConfigPointer &cfg) override
Adaptation::ServiceConfig * newServiceConfig() const override
creates service configuration object that will parse and keep cfg info
Config & operator=(const Config &)
eCAP service configuration
std::list< Extension > Extensions
bool grokExtension(const char *name, const char *value) override
handle name=value configuration option with name unknown to Squid
std::pair< std::string, std::string > Extension