set
Set a header to the response; this method is exported to guest code.
Note that headers must be provided before send is called. This method will set a header to the response, overwriting any existing header(s) by the same name.
Parameters
name
The name of the header to set.
value
The value of the header to set.