HttpxRequest class abstract

Constructors

HttpxRequest()

Properties

closed bool
no setter
dataSent int
no setter
firstByteSentTime DateTime?
no setter
hashCode int
The hash code for this object.
no setterinherited
headers HttpxHeaders
no setter
maxRedirects int
no setter
method String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri Uri
no setter

Methods

close([Duration? timeout]) FutureOr<HttpxResponse>
flush() FutureOr<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
write(List<int> encodedData) FutureOr<void>

Operators

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