Update docs

This commit is contained in:
Matthias Endler 2020-08-09 23:13:52 +02:00
parent 6e0f559b25
commit 9b97b29514

View file

@ -16,12 +16,13 @@ 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
- SOON: fully async code execution
- handle links inside unstructured (e.g. non-Markdown) documents
- handle chunked encodings
- handle gzip compression
- fake user agents (required for some firewalls)
- skip non-links like anchors or relative URLs
- SOON: ignore SSL certificate errors
- SOON: run fully asynchronously
## How?