Function suborbital::http::get

source ·
pub fn get(
    url: &str,
    headers: Option<BTreeMap<&str, &str>>
) -> Result<Vec<u8>, HostErr>