HttpxCacheStoreEntry class

Constructors

HttpxCacheStoreEntry({required DateTime firstByteSentTime, required Uri uri, required HttpxHeaders requestHeaders, required DateTime firstByteReceivedTime, required Iterable<HttpxRedirectInfo> redirects, required int status, required String? statusText, required HttpxHeaders responseHeaders, required List<int>? responseBody})
const
HttpxCacheStoreEntry.from(HttpxCacheStoreEntry other)
factory
HttpxCacheStoreEntry.fromResponse({required Uri uri, required HttpxHeaders requestHeaders, required DateTime firstByteSentTime, required HttpxResponse response, required List<int>? responseBody})
factory

Properties

firstByteReceivedTime DateTime
final
firstByteSentTime DateTime
final
hashCode int
The hash code for this object.
no setterinherited
redirects Iterable<HttpxRedirectInfo>
final
requestHeaders HttpxHeaders
final
responseBody List<int>?
final
responseHeaders HttpxHeaders
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int
final
statusText String?
final
uri Uri
final

Methods

clone() HttpxCacheStoreEntry
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