Route class
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
delete(String path, dynamic handler, [String? action])
→ RouteEntry
-
-
discovery(Type controller)
→ void
-
-
get(String path, dynamic handler, [String? action])
→ RouteEntry
-
-
group(RouteOptions options, Function registrar)
→ void
-
-
middlewares(dynamic middlewares)
→ RouteEntry
-
-
patch(String path, dynamic handler, [String? action])
→ RouteEntry
-
-
post(String path, dynamic handler, [String? action])
→ RouteEntry
-
-
prefix(String prefix)
→ RouteEntry
-
-
put(String path, dynamic handler, [String? action])
→ RouteEntry
-
-
via(List<String> methods, String uri, dynamic handler, [String? action])
→ RouteEntry
-