# Functions
NewAPIRouter creates a new api router used to generate urls for the api.
NewRelativeAPIRouter creates an api router that does relative routes, with no protocol or fqdn.
NewRelativeWebRouter creates a web router that does relative routes, with no protocol or fqdn.
NewWebRouter creates a new web router used to generate urls for the web client.