Skip to main content

http_get_with_headers

Function http_get_with_headers 

Source
pub fn http_get_with_headers(
    url: &str,
    headers: &[(&str, &str)],
) -> PrayResult<(Vec<u8>, u16)>