Skip to main content

read_url_with_tls

Function read_url_with_tls 

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

Retrieves the text contents of URL using HTTP GET request.