Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
H A Dpercent_encoding.rs299 let url_str = self.remaining.as_str(); in next_u8() localVariable
300 self.remaining.next().map(|c| (c, &url_str[..c.len_utf8()])) in next_u8()