Function lychee_lib::check[][src]

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

A convenience function to check a single URI This is the most simple link check and avoids having to create a client manually. For more complex scenarios, look into using the ClientBuilder instead.