Amagi API 文档 - v5.13.0
    正在准备搜索索引...

    接口 HttpRequestEventData

    HTTP 请求事件数据

    http:request 事件的数据结构

    interface HttpRequestEventData {
        method: string;
        url: string;
        headers?: Record<string, string>;
        timestamp: Date;
    }
    索引

    属性

    method: string

    请求方法 (GET, POST, etc.)

    url: string

    请求 URL

    headers?: Record<string, string>

    请求头

    timestamp: Date

    事件时间戳