Creates a combination route. Will handle 'sourceRoute' first, then 'destinationRoute' afterwaards. The first route should not create respponse data! For data passing from first route to the second use the request context.
Creates an internal route. Internal routes can only be accessed internally, which measn any external access to them will throw an unauthorized error.
Creates a redirection route. Will redirect 'sourceRoute' to 'destinationRoute' internally.
Static class to create routes.