Skip to main content

read_url_blob_with_tls

Function read_url_blob_with_tls 

Source
pub(crate) async fn read_url_blob_with_tls(
    context: &Context,
    url: &str,
    strict_tls: bool,
) -> Result<Response>
Expand description

Retrieves the binary contents of URL using HTTP GET request.