Skip to main content

Module remap

Module remap 

Source
Expand description

Remapping rules which allow to map URLs matching a pattern to a different URL.

§Notes

Use in moderation as there are no sanity or performance guarantees.

  • There is no constraint on remapping rules upon instantiation or during remapping. In particular, rules are checked sequentially so later rules might contradict with earlier ones if they both match a URL.
  • A large rule set has a performance impact because the client needs to match every link against all rules.

Structs§

Remaps
Rules that remap matching URL patterns.