Preparing search index...
The search index is not available
@cloud/document - v24.7.0
@cloud/document
"context"
Request
Interface Request
http请求类型
interface
Request
{
body
:
any
;
header
:
Header
;
method
:
string
;
pathVars
:
Dict
;
queries
:
Dict
;
url
:
string
;
}
Index
Properties
body
header
method
path
Vars
queries
url
Properties
body
body
:
any
请求体信息
header
header
:
Header
请求头
method
method
:
string
请求方法
path
Vars
path
Vars
:
Dict
请求url路径参数
queries
queries
:
Dict
请求url查询参数
url
url
:
string
请求url
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
body
header
method
path
Vars
queries
url
@cloud/document - v24.7.0
Loading...
http请求类型