Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
H A Dpercent_encoding.rs215 self.parse_fragment(remaining) in parse_query_and_fragment()
232 fn parse_fragment(&mut self, mut origin: UrlChars) -> Result<(), HttpError> { in parse_fragment() method