Searched refs:httpsSourcePlugin (Results 1 – 1 of 1) sorted by relevance
150 PluginDescription httpsSourcePlugin; in AddHttpSourcePlugins() local151 httpsSourcePlugin.pluginName = "HttpSource"; in AddHttpSourcePlugins()152 httpsSourcePlugin.packageName = "HttpSource"; in AddHttpSourcePlugins()153 httpsSourcePlugin.pluginType = PluginType::SOURCE; in AddHttpSourcePlugins()154 httpsSourcePlugin.cap = "https"; in AddHttpSourcePlugins()155 httpsSourcePlugin.rank = DEFAULT_RANK; in AddHttpSourcePlugins()156 pluginDescriptionList_.push_back(httpsSourcePlugin); in AddHttpSourcePlugins()