mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-06 06:20:58 +00:00
This commit introduces several improvements to the file checking process and URI handling: - Extract file checking logic into separate `Checker` structs (`FileChecker`, `WebsiteChecker`, `MailChecker`) - Improve handling of relative and absolute file paths - Enhance URI parsing and creation from file paths - Refactor `create_request` function for better clarity and error handling These changes provide better support for resolving relative links, handling different base URLs, and working with file paths. Fixes https://github.com/lycheeverse/lychee/issues/1296 and https://github.com/lycheeverse/lychee/issues/1480 |
||
|---|---|---|
| .. | ||
| basic_auth | ||
| chain | ||
| checker | ||
| extract | ||
| filter | ||
| quirks | ||
| types | ||
| utils | ||
| client.rs | ||
| collector.rs | ||
| lib.rs | ||
| remap.rs | ||
| retry.rs | ||
| test_utils.rs | ||