Home
last modified time | relevance | path

Searched refs:parse_path (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
H A Dpercent_encoding.rs65 let remaining = encoder.parse_path(remaining)?; in parse()
172 fn parse_path<'a>(&mut self, mut origin: UrlChars<'a>) -> Result<UrlChars<'a>, HttpError> { in parse_path() method