mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-19 03:01:07 +00:00
Update docs
This commit is contained in:
parent
6e0f559b25
commit
9b97b29514
1 changed files with 7 additions and 6 deletions
13
README.md
13
README.md
|
|
@ -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?
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue