Searched defs:FilterComponents (Results 1 – 1 of 1) sorted by relevance
103 struct URLBlacklist::FilterComponents { struct in policy::URLBlacklist104 FilterComponents() : port(0), match_subdomains(true), allow(true) {} in FilterComponents() argument105 ~FilterComponents() {} in ~FilterComponents()107 std::string scheme;108 std::string host;109 uint16 port;110 std::string path;111 std::string query;112 int number_of_key_value_pairs;113 bool match_subdomains;[all …]