This commit is contained in:
Matthias Endler 2020-08-09 22:56:54 +02:00
parent 883b68ce66
commit 12e978224d

View file

@ -16,11 +16,12 @@ protection.
The existing link checkers were not flexible enough for my use-case.
lychee can...
* Handle chunked encodings
* Handle gzip
* Fake user agents (required for some firewalls)
* Skip non-links like anchors or relative URLs
* SOON: Ignore SSL certificate errors
- Handle chunked encodings
- Handle gzip
- Fake user agents (required for some firewalls)
- Skip non-links like anchors or relative URLs
- SOON: Ignore SSL certificate errors
- SOON: fully async code execution
## How?