PathPrepare class

Constructors

PathPrepare(Path _path)

Properties

hashCode int
The hash code for this object.
no setterinherited
parentPipeline List<Middleware>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Operators

operator ==(Object other) bool
The equality operator.
inherited