mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-03 21:20:25 +00:00
Remaps allow mapping from a URI pattern to a different URI. The syntax is ``` lychee --remap 'https://example.com http://127.0.0.1' ``` Some use-cases are - Testing URIs prior to production deployment - Testing URIs behind a proxy Be careful when using this feature because checking every link against a large set of regular expressions has a performance impact. Also there are no constraints on the URI mapping, so the rules might contradict with each other. Remap rules get applied in order of definition to every input URI. |
||
|---|---|---|
| .. | ||
| extract | ||
| filter | ||
| helpers | ||
| quirks | ||
| types | ||
| client.rs | ||
| collector.rs | ||
| lib.rs | ||
| remap.rs | ||
| test_utils.rs | ||