Skip to main content

fetch

Function fetch 

Source
pub async fn fetch(
    url: &str,
    options: &FetchOptions,
) -> Result<Vec<u8>, ClientError>
Expand description

Fetch a nex:// URL and return the raw response bytes.