From f8b344fe5a06fed7055ee0df55508cd1fd0322b8 Mon Sep 17 00:00:00 2001 From: Matthias Endler Date: Thu, 13 Aug 2020 15:41:27 +0200 Subject: [PATCH] update docs --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 510ad53..33ad924 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ specially by using a `GITHUB_TOKEN` to avoid getting blocked less by the rate li The existing link checkers were not flexible enough for my use-case. lychee can... -- run fully asynchronously +- run requests concurrently (fully async Rust) - handle links inside Markdown, HTML, and other documents - handle chunked encodings - handle gzip compression @@ -25,7 +25,17 @@ lychee can... - handle a configurable number of redirects - disguise as a different user agent (like curl) - optionally ignore SSL certificate errors -- SOON: automatically retry and backoff +- run with a low memory/CPU footprint + +SOON: + +- automatically retry and backoff +- check relative and absolute paths +- limit schema +- check multiple files +- support input files using wildcards +- set timeout for HTTP requests in seconds. Disabled by default. +- accept custom headers (see https://github.com/rust-lang/crates.io/issues/788) ## How?