pub async fn fetch(
url: &str,
options: &FetchOptions,
) -> Result<Vec<u8>, ClientError>Expand description
Fetch a nex:// URL and return the raw response bytes.
pub async fn fetch(
url: &str,
options: &FetchOptions,
) -> Result<Vec<u8>, ClientError>Fetch a nex:// URL and return the raw response bytes.