HttpPost class

Inheritance
Available extensions

Constructors

HttpPost(Uri uri)

Properties

arguments Map<String, String>
finalinherited
encoding Encoding
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headerMap Map<String, String>
finalinherited
method String
finalinherited
result HttpResult
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri Uri
finalinherited

Methods

argList(List<(String, dynamic)>? args) → T

Available on T, provided by the BaseHttpExt extension

argPairs(List<LabelValue>? args) → T

Available on T, provided by the BaseHttpExt extension

args(Map<String, dynamic>? args) → T

Available on T, provided by the BaseHttpExt extension

body(HttpBody? body) HttpPost
download({required File toFile, ProgressCallback? progress}) Future<XResult<bool>>
inherited
headers(Map<String, String>? headers) → T

Available on T, provided by the BaseHttpExt extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepareRequest() → BaseRequest
override
requestBytes([ProgressCallback? progress]) Future<XResult<Uint8List>>
inherited
requestStream() Future<StreamedResponse>
inherited
requestText([Encoding encoding = utf8]) Future<XResult<String>>
inherited
toString() String
A string representation of this object.
inherited

Operators

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