Overview
public any function setHeader(
required string name
, required string value
)
Adds an individual header to the headers in the response
Arguments
Name | Type | Required | Description |
---|
name | string | Yes | the name of the header |
value | string | Yes | the value of the header |