Amagi API 文档 - v5.13.0
正在准备搜索索引...
HttpRequestEventData
接口 HttpRequestEventData
HTTP 请求事件数据
Description
http:request
事件的数据结构
interface
HttpRequestEventData
{
method
:
string
;
url
:
string
;
headers
?:
Record
<
string
,
string
>
;
timestamp
:
Date
;
}
索引
属性
method
url
headers?
timestamp
属性
method
method
:
string
请求方法 (GET, POST, etc.)
url
url
:
string
请求 URL
可选
headers
headers
?:
Record
<
string
,
string
>
请求头
timestamp
timestamp
:
Date
事件时间戳
显示设置
成员可见性
受保护
私有
继承
外部
配色
自动
浅色
深色
目录
属性
method
url
headers
timestamp
Amagi API 文档 - v5.13.0
加载中……
HTTP 请求事件数据
Description
http:request事件的数据结构