Skip to main content

fetch

Function fetch 

Source
pub fn fetch(
    method: &str,
    url: &str,
    headers: &[(&str, &str)],
    body: Option<&str>,
) -> Option<FetchResponse>
Expand description

Make an HTTP request.