lychee/lychee-bin/tests
Matthias 743d386252
Allow input URLs without scheme (fixes #567)
This requires `Input::new` to return a `Result`, because the URL
parsing could fail when prepending `http://`.

We use http instead of https, because curl does as well:
70ac27604a/lib/urlapi.c (L1104-L1124)
Missing files will be interpreted as URLs from the command line
and these can be invalid, but that's not seen as an error anymore.
2022-03-27 01:27:27 +01:00
..
cli.rs Allow input URLs without scheme (fixes #567) 2022-03-27 01:27:27 +01:00
local_files.rs Error cleanup (#510) 2022-02-19 01:44:00 +01:00
usage.rs Major refactor of codebase (#208) 2021-04-15 01:24:11 +02:00