API网关 APIG-配置API的HTTP响应头:脚本配置示例

时间:2024-11-28 01:48:31

脚本配置示例

{
    "response_headers": [
        {
            "name": "test",
            "value": "test",
            "action": "append"
        },
        {
            "name": "test1",
            "value": "test1",
            "action": "override"
        }
    ]
}
support.huaweicloud.com/usermanual-apig/apig_03_0022.html