[Data]
The option and value pairs are the same as those defined in another topic. See Script inputs. All whitespace between tags are ignored, so the newlines and tabs in the above example are for readability purposes only and not required.
The entire CL_CONX
construct can be completely
omitted if all the inputs are optional and only the data portion is required. This
is only the case for CL_Tcp
. In this case, the
application could pass the data as-is in the Body portion of the HTTP command.
These are the usage formats for the various HTTP server scripts:
- All non-italic characters are literal.
- All italic characters are non-literal.
- Optional values are
enclosed in brackets (
[ ]
). - Brackets with a pipe
symbol (
[ | ]
) denote a choice.