IDoxRequest class abstract

Implementers

Constructors

IDoxRequest()

Properties

auth IAuth?
no setter
contentType ContentType?
no setter
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, dynamic>
no setter
httpRequest HttpRequest
no setter
method String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri Uri
getter/setter pair

Methods

add(String key, dynamic value) → void
all() Map<String, dynamic>
getRouteData() → dynamic
getRouteIdentifier() String
has(String key) bool
host() String
input(String key) → dynamic
ip() String
isFormData() bool
isJson() bool
merge(Map<String, dynamic> values) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
only(List<String> keys) Map<String, dynamic>
origin() String?
processInputMapper(Map<String, String> mapper) → void
referer() String?
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited
userAgent() String
validate(Map<String, String> rules, {Map<String, String> messages = const <String, String>{}}) → void

Operators

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