Skip to content
#

www

Here are 194 public repositories matching this topic...

peterhoeg
peterhoeg commented Apr 13, 2018

linkchecker writes a lot of junk to stdout when launching:

./linkchecker https://example.com
INFO linkcheck.cmdline 2018-04-13 15:57:51,210 MainThread Checking intern URLs only; use --check-extern to check extern URLs.
LinkChecker 9.4.0              Copyright (C) 2000-2014 Bastian Kleineidam
LinkChecker comes with ABSOLUTELY NO WARRANTY!
This is free software, and you are welcome to 
mre
mre commented Dec 2, 2020

Introduction

The current check method of our client only accepts a URI, so users have to do this slightly awkward dance to get a link checked:

let url = Url::parse("https://github.com/lycheeverse/lychee")?;
let response = client.check(Website(url)).await;

We've been discussing whether we should support a simplified interface as well that simply accepts strings:

``

Improve this page

Add a description, image, and links to the www topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the www topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.