Function URLRouter.prefix
Sets a common prefix for all registered routes.
string prefix() @property @safe const;
All routes will implicitly have this prefix prepended before being matched against incoming requests.