Multer class abstract

Spry framework Multer middleware.

The middleware parses a multipart/form-data request and makes the parsed data available on the Request object.

Constructors

Multer()
Creates a new Multer middleware.
const
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call(Context context, Next next) FutureOr<void>
Handles the request.
createMultipart(String boundary, Request request) Future<Multipart>
Create a Stream of List of ints into a Multipart object.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

of(Context context) Multer
Find or create a Multer instance on the Context.