CachedAliceHttpRequest class

ObjectBox Entity of AliceHttpRequest.

Available extensions
Annotations

Constructors

CachedAliceHttpRequest({int objectId = 0, int size = 0, DateTime? time, Map<String, String> headers = const <String, String>{}, dynamic body = '', String? contentType = '', List<AliceCookie> cookies = const [], Map<String, dynamic> queryParameters = const <String, dynamic>{}, List<AliceFormDataFile>? formDataFiles, List<AliceFormDataField>? formDataFields})

Properties

body ↔ dynamic
getter/setter pair
contentType ↔ String?
getter/setter pair
cookies ↔ List<AliceCookie>
getter/setter pair
dbBody ↔ String?
Custom data type converter of body.
getter/setter pair
dbCookies ↔ List<String>
Custom data type converter of cookies.
getter/setter pair
dbFormDataFields ↔ List<String>?
Custom data type converter of formDataFields.
getter/setter pair
dbFormDataFiles ↔ List<String>?
Custom data type converter of formDataFiles.
getter/setter pair
dbHeaders ↔ String
Custom data type converter of headers.
getter/setter pair
dbQueryParameters ↔ String
Custom data type converter of queryParameters.
getter/setter pair
formDataFields ↔ List<AliceFormDataField>?
getter/setter pair
formDataFiles ↔ List<AliceFormDataFile>?
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
headers ↔ Map<String, String>
getter/setter pair
props → List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
queryParameters ↔ Map<String, dynamic>
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
size ↔ int
getter/setter pair
stringify → bool?
If set to true, the toString method will be overridden to output this instance's props.
no setter
time ↔ DateTime
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toCached() → CachedAliceHttpRequest

Available on AliceHttpRequest, provided by the AliceHttpRequestExtension extension

Converts AliceHttpRequest to CachedAliceHttpRequest.
toString() → String
A string representation of this object.
inherited

Operators

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