RequestBuilder class

Available Extensions

Constructors

RequestBuilder()

Properties

authNames Iterable<String>?
getter/setter pair
basePath String?
getter/setter pair
body Object?
getter/setter pair
contentType String?
getter/setter pair
files List<PFile>
final
formParams Map<String, String>
final
hashCode int
The hash code for this object.
no setterinherited
headerParams Map<String, String?>
final
method HttpMethod?
getter/setter pair
path String?
getter/setter pair
pathParams Map<String, Object>
final
queryParams QueryParams
final
requestRelativeUrl String
no setter
requestUrl String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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