From cd8512e564dd78f4237440994ec79f21d136eb7a Mon Sep 17 00:00:00 2001 From: Matthias Endler Date: Thu, 13 Aug 2020 17:11:14 +0200 Subject: [PATCH] update docs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 33ad924..dc137b9 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,11 @@ SOON: - check multiple files - support input files using wildcards - set timeout for HTTP requests in seconds. Disabled by default. +- support checking links from any website URL - accept custom headers (see https://github.com/rust-lang/crates.io/issues/788) +- use `HEAD` requests instead of `GET` to avoid network I/O +- show the progress +- show final status ## How?