HiNetBaseRequest class abstract

Constructors

HiNetBaseRequest()

Properties

hashCode int
The hash code for this object.
no setterinherited
getter/setter pair
params Map<String, String>
getter/setter pair
pathParams String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(String key, Object value) HiNetBaseRequest
添加参数
addHeader(String key, Object value) HiNetBaseRequest
authority() String
hiNetAdapter() HiNetAdapter
设置adapter 默认是mock
httpMethod() HttpMethod
kDebugMode() bool
needLogin() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
path() String
toString() String
A string representation of this object.
inherited
url() String
useHttps() bool

Operators

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