restReqPostSet (Function) |
Top Previous Next |
This function will set the value of a post parameter in a request. If the request contains post parameters, it can not also contain a normal body, as set with restReqBodySetJSON or restReqBodySetString.
Input: req : SYSHANDLE A handle to the request.
name : STRING The name of the post parameter to set.
value : STRING The new value of the parameter.
Returns: INT
Declaration: FUNCTION restReqPostSet: INT;
Example: INCLUDE rtcu.inc |