lychee/lychee-bin/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
..
archive Avoid unwrap when deserializing statuscode 2023-04-11 00:23:23 +02:00
commands Cookie Support (#1146) 2023-07-13 17:32:41 +02:00
formatters Add check duration to compact format 2023-06-01 18:31:41 +02:00
cache.rs Add documentation 2022-06-21 10:03:31 +02:00
client.rs Cookie Support (#1146) 2023-07-13 17:32:41 +02:00
color.rs Prettier colors and progress bar (#1069) 2023-05-17 14:35:26 +02:00
main.rs Cookie Support (#1146) 2023-07-13 17:32:41 +02:00
options.rs Cookie Support (#1146) 2023-07-13 17:32:41 +02:00
parse.rs Extend remap feature (#1133) 2023-07-05 15:05:19 +02:00
stats.rs Add check duration (in seconds) to report (#1064) 2023-05-06 00:47:32 +02:00
time.rs Add caching functionality (v2) (#443) 2022-01-14 15:25:51 +01:00
verbosity.rs Update verbosity docs 2023-02-25 15:44:43 +01:00