lychee/lychee-bin/tests
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
..
cli.rs Cookie Support (#1146) 2023-07-13 17:32:41 +02:00
data_uris.rs Add different verbosity levels (#824) 2022-11-28 23:25:33 +01:00
example_domains.rs Don't check example mail addresses by default (#815) 2022-11-08 23:46:32 +01:00
local_files.rs Use standard error for error output (#990) 2023-04-11 23:43:33 +02:00
usage.rs Bump clap from 3.2.23 to 4.0.22 (#813) 2022-11-13 21:10:32 +01:00