COSFetchContext class

Constructors

COSFetchContext({HttpClientRequest? req, required COSFetchConfig fetchConfig, HttpClientResponse? res, required COSConfig config})

Properties

config COSConfig
COS 配置
final
fetchConfig COSFetchConfig
请求配置
final
hashCode int
The hash code for this object.
no setterinherited
keyFormatted String
no setter
regionFormatted String
no setter
req HttpClientRequest?
请求实例
getter/setter pair
res HttpClientResponse?
响应实例
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
no setter
urlParamsFormatted String
no setter

Methods

getSign() String
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