PathPrepare class
Methods
-
all(Handler handler, [List<Middleware>? pipeline, List<String>? acceptedContentType])
→ MethodPrepare
-
-
any(Handler handler, [List<Middleware>? pipeline, List<String>? acceptedContentType])
→ MethodPrepare
-
-
delete(Handler handler, [List<Middleware>? pipeline, List<String>? acceptedContentType])
→ MethodPrepare
-
-
get(Handler handler, [List<Middleware>? pipeline, List<String>? acceptedContentType])
→ MethodPrepare
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
on(String method, Handler handler, [List<Middleware>? pipeline, List<String>? acceptedContentType])
→ MethodPrepare
-
-
post(Handler handler, [List<Middleware>? pipeline, List<String>? acceptedContentType])
→ MethodPrepare
-
-
put(Handler handler, [List<Middleware>? pipeline, List<String>? acceptedContentType])
→ MethodPrepare
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
use(Middleware f)
→ void
-
-
uses(List<Middleware> f)
→ void
-