URLRouter.prefix

Sets a common prefix for all registered routes.

All routes will implicitly have this prefix prepended before being matched against incoming requests.

class URLRouter
@safe @property const
string
prefix
()

Meta