Skip to main content

check

Function check 

Source
pub async fn check<T, E>(request: T) -> Result<Response>
where Request: TryFrom<T, Error = E>, ErrorKind: From<E>,
Expand description

A shorthand function to check a single URI.

This provides the simplest link check utility without having to create a Client. For more complex scenarios, see documentation of ClientBuilder instead.

ยงErrors

Returns an Err if: