Function linkcheck::validation::check_web[][src]

pub async fn check_web<C>(url: &Url, ctx: &C) -> Result<(), Reason> where
    C: Context + ?Sized
Expand description

Check whether a Url points to a valid resource on the internet.