Module static_web_server::rewrites

source ·
Expand description

Module that allows to rewrite request URLs with pattern matching support.

Functions§

  • It returns a rewrite’s destination path if the current request uri matches against the provided rewrites array.