HttpClientRequest class abstract

Constructors

HttpClientRequest()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getHeader(String key) String
getHeaders() Map<String, String>
getJson() Map
getMethod() String
getQuery() Map
getTimeout() int
getUri() String
hasHeaders() bool
hasJson() bool
hasQuery() bool
hasSSL() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setHeader(String key, String value) HttpClientRequest
setHeaders(Map<String, String> headers) HttpClientRequest
setJson(Map json) HttpClientRequest
setMethod(String method) HttpClientRequest
setQuery(Map query) HttpClientRequest
setTimeout(int timeout) HttpClientRequest
setUri(String uri) HttpClientRequest
ssl(bool ssl) HttpClientRequest
toString() String
A string representation of this object.
inherited

Operators

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