pub async fn fetch_path(
host: &str,
port: u16,
path: &str,
options: &FetchOptions,
) -> Result<Vec<u8>, ClientError>Expand description
Fetch by explicit host/port/path. The path may be empty (the spec allows an empty selector for the root).