pub fn construct_uri<T>( authority: &Authority, path_and_query: T, ) -> Result<Uri, Error>where T: AsRef<[u8]> + 'static,