Skip to main content

fetch

Function fetch 

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

Fetch a guppy:// URL. User input goes in the URL’s query component, percent-encoded (the input-prompt flow: a GuppyResponse::Prompt answer means “repeat the request with input attached”).