Hello! I'm trying to implement a feature that sends a HTTP 301 redirection when certain paths are requested, but nothing has matched them in the routing step (note that I'm building general-purpose redirection feature, so just putting those paths directly in the
routing {}
block is not an option). It seems that intercepting the