OpenApiRequest class abstract

Constructors

OpenApiRequest()

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

cookieParameter(String name) List<String>
headerParameter(String name) List<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pathParameter(String name) List<String>
queryParameter(String name) List<String>
readBodyBytes() Future<Uint8List>
readBodyString() Future<String>
readJsonBody() Future<Map<String, dynamic>>
readUrlEncodedBody() Future<Map<String, List<String>>>
readUrlEncodedBodyFlat() Future<Map<String, String>>
toString() String
A string representation of this object.
inherited

Operators

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