jwtHeaderAdd (Function) |
Top Previous Next |
jwtHeaderAdd adds a new string header to the JWT object. If the header already exists, it must be deleted first with jwtHeaderDelete.
Input: jwt : SYSHANDLE A handle to the JWT object.
name : STRING The name of the header to add.
value : STRING The string to add.
Returns: INT
Declaration: FUNCTION jwtHeaderAdd : INT;
Example: INCLUDE rtcu.inc |