Searched defs:ReserveUri (Results 1 – 1 of 1) sorted by relevance
28 struct ReserveUri { struct29 std::string scheme;30 std::string host;54 bool isUriMatched(const ReserveUri &reservedUri, const std::string &link); argument