Preparing search index...
The search index is not available
@just4/request
@just4/request
adapter/wx-request
IWxRequestResult
InterfaceIWxRequestResult
微信小程序网络请求的结果。
interface
IWxRequestResult
{
cookies
?:
string
[]
;
data
?:
unknown
;
header
?:
{
[
key
:
string
]
:
unknown
;
}
;
options
:
Readonly
<
IRequestOptions
>
;
requestWith
?:
RequestWith
;
}
Hierarchy (
view full
)
IRequestResult
IWxRequestResult
Index
Properties
cookies?
data?
header?
options
request
With?
Properties
Optional
cookies
cookies
?:
string
[]
Cookie。
Optional
data
data
?:
unknown
响应数据。
Optional
header
header
?:
{
[
key
:
string
]
:
unknown
;
}
HTTP 响应头。
options
options
:
Readonly
<
IRequestOptions
>
请求选项。
Optional
request
With
request
With
?:
RequestWith
请求方式。
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cookies
data
header
options
request
With
@just4/request
Loading...
微信小程序网络请求的结果。