Function linkcheck::validation::get[][src]

pub async fn get(
    client: &Client,
    url: Url,
    extra_headers: HeaderMap
) -> Result<(), Error>
👎 Deprecated
Expand description

Send a HEAD request to a particular endpoint.

This function is deprecated in favor of head.