restRespHeaderSet (Function) |
Top Previous Next |
This function will set the value of a header field in a response.
Input: resp : SYSHANDLE A handle to the response.
name : STRING The name of the header field to set. Common fields include "Content-Type", "Accept" and "User-Agent".
value : STRING The new value of the field.
Returns: INT
Declaration: FUNCTION restRespHeaderSet: INT;
Example: Please see the "Examples - REST Example"
|