Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
H A Dmod.rs982 fn bytes_to_str(bytes: &[u8]) -> &str { in bytes_to_str() function
1100 let path = bytes_to_str(&bytes[..end]).to_string(); in path_token()
1130 let query = bytes_to_str(&bytes[..end]); in query_token()
1135 let authority = bytes_to_str(auth); in host_port()