(快速参考)

页眉

用途

向响应添加页眉。

示例

// Adds a header to the response
header 'Cache-Control', 'max-age=84600, public'

说明

一种向响应添加页眉的方法。

参数

  • headerName - 要添加的页眉名称

  • headerValue - 要添加的页眉值