Searched refs:bytes_to_str (Results 1 – 1 of 1) sorted by relevance
982 fn bytes_to_str(bytes: &[u8]) -> &str { in bytes_to_str() function1100 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()