lychee/lychee-lib/src
Matthias Endler 14e748793e
Cookie Support (#1146)
This is a very conservative and limited implementation of cookie support.

The goal is to ship an MVP, which covers 80% of the use-cases.
When you run lychee with --cookie-jar cookies.json, all cookies will be stored in cookies.json, one cookie per line.
This makes cookies easy to edit by hand if needed, although this is an advanced use-case and the API for the format is not guaranteed to be stable.

Fixes: #645, #715
Partially fixes: #1108
2023-07-13 17:32:41 +02:00
..
basic_auth feat: add support for basic auth per URI (#1110) 2023-06-26 12:06:24 +02:00
extract Avoid false positives when checking email addresses in HTML input (#1123) 2023-07-01 00:12:11 +02:00
filter Don't check Twitter URLs (#1147) 2023-07-13 17:31:59 +02:00
quirks Don't check Twitter URLs (#1147) 2023-07-13 17:31:59 +02:00
types Cookie Support (#1146) 2023-07-13 17:32:41 +02:00
utils feat: add support for basic auth per URI (#1110) 2023-06-26 12:06:24 +02:00
client.rs Cookie Support (#1146) 2023-07-13 17:32:41 +02:00
collector.rs feat: add support for basic auth per URI (#1110) 2023-06-26 12:06:24 +02:00
lib.rs Cookie Support (#1146) 2023-07-13 17:32:41 +02:00
remap.rs Extend remap feature (#1133) 2023-07-05 15:05:19 +02:00
retry.rs Bump octocrab from 0.19.0 to 0.20.0 (#1045) 2023-04-17 23:14:24 +02:00
test_utils.rs Harden URL detection and extend verbatim elements (#899) 2023-01-04 00:38:19 +01:00