Searched refs:UrlParser (Results 1 – 2 of 2) sorted by relevance
343 UrlParser, enumerator1125 } else if context == Context::UrlParser && !matches!(c, '/' | '\\' | '?' | '#') { in parse_port()1210 '?' | '#' if self.context == Context::UrlParser => { in parse_path()1348 Some(('?', _)) | Some(('#', _)) if self.context == Context::UrlParser => { in parse_cannot_be_a_base_path()1429 if c == '#' && self.context == Context::UrlParser { in parse_query()
246 context: Context::UrlParser, in parse()