Skip to main content

fetch_https_with_options

Function fetch_https_with_options 

Source
pub fn fetch_https_with_options(
    host: &str,
    path: &str,
    options: RequestOptions,
) -> Result<String>
Expand description

Same as fetch_https, but with custom headers and query support.