Searched defs:authority_str (Results 1 – 3 of 3) sorted by relevance
630 let authority_str = "a%2f:b%2f@example.com"; in allows_percent_in_userinfo() localVariable646 let authority_str = "[fe80::1:2:3:4%25eth0]"; in allows_percent_in_ipv6_address() localVariable
241 std::string authority_str(authority.data(), authority.size()); in Echo() local