RawBodyExtractable class final
Reads the body as raw bytes, with no media type requirement.
- Implemented types
Constructors
- RawBodyExtractable({int limit = defaultBodyLimit})
-
Reads the raw body.
const
Properties
Methods
-
extract(
Request request) → Future< Result< Uint8List, Rejection> > -
Produces the value, or the rejection that stops the handler.
override
-
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