RouteEntry

A simple data class containing information about a route.

Properties

Link copied to clipboard

Whether the route has at least one dynamic part, which can be useful in case the user wants to filter these out.

Link copied to clipboard

The route's path, e.g. "/a/b/c". If a route has a dynamic part, that part will be surrounded in curly braces, e.g. "/users/{user}/posts/{post}"