# Route

- Full class name: `Kirby\Http\Route`
- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Http/Route.php#L14>

****

### Route

- [$route->__call()](https://getkirby.com/docs/reference/objects/http/route/__call.md)
- [new Route()](https://getkirby.com/docs/reference/objects/http/route/__construct.md)
- [$route->action()](https://getkirby.com/docs/reference/objects/http/route/action.md)
- [$route->arguments()](https://getkirby.com/docs/reference/objects/http/route/arguments.md)
- [$route->attributes()](https://getkirby.com/docs/reference/objects/http/route/attributes.md)
- [$route->method()](https://getkirby.com/docs/reference/objects/http/route/method.md)
- [$route->name()](https://getkirby.com/docs/reference/objects/http/route/name.md)
- [Route::next()](https://getkirby.com/docs/reference/objects/http/route/next.md)
- [$route->parse()](https://getkirby.com/docs/reference/objects/http/route/parse.md)
- [$route->pattern()](https://getkirby.com/docs/reference/objects/http/route/pattern.md)
- [$route->regex()](https://getkirby.com/docs/reference/objects/http/route/regex.md)