Skip to main content

get

Function get 

Source
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.