restReqHeaderKey (Function) |
Top Previous Next |
This function will read the name of a header field in a request. By calling this multiple times with incrementing index, it is possible to list all the header fields in the request.
Input: req : SYSHANDLE A handle to the request.
idx : INT (Default 0) The index of the header field to read the name of.
Output: name : STRING The name of the field.
Returns: INT
Declaration: FUNCTION restReqHeaderKey : INT;
Example: INCLUDE rtcu.inc |