Search
Preparing search index...
The search index is not available
TaroTools文档
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
TaroTools文档
net
request
RequestOption
Interface RequestOption
Hierarchy
RequestOption
Index
Properties
config
data
header
method
tomeout
url
Properties
config
config
:
RequestConfig
请求配置 用于覆盖默认配置
Optional
data
data
?:
object
请求数据 根据method会加在对应位置
Optional
header
header
?:
object
附加header
Optional
method
method
?:
"GET"
|
"POST"
请求类型
tomeout
tomeout
:
number
请求超时时间(ms) 默认30000
url
url
:
string
请求链接 相对地址
Modules
Internals
Externals
color
date
event
net
request
upload
upload
Task
object
router
string
util
verify
Request
Option
config
data
header
method
tomeout
url
请求配置 用于覆盖默认配置