Action Modify String
Parameter
Sets the header’s parameter to the value.
Remove
Removes the header’s parameter from the
parameter list.
Structure
Match == String
*Structure
Returns true if the header’s structure’s value
equals to the value.
The string given must be able to be parsed to
the structure.
!= String
*Structure
Returns true if the header’s structure’s value
not equals to the value.
The string given must be able to be parsed to
the structure.
Action Modify String
*Structure
Sets the header’s structure to the value.
The string given must be able to be parsed to
the structure.
Integer
Match == Integer Returns true if value equals to the integer
element
!= Integer Returns true if value not equals to the integer
element
> Integer Returns true if value is greater than the value.
>= Integer Returns true if value is greater than or equals
to the value.
< Integer Returns true if value is less than the value.
<= Integer Returns true if value is less than or equals to
the value.
Action Modify Integer Sets the integer element to the value.
A string value must be a representation of an
integer.
String
Match == String Returns true if the string element equals to the
value.
!= String Returns true if the string element not equals to
the value.
contains String Returns true if the value is found in the string
element.
!contains String Returns true if the value is not found in the
string element.
> String Performs a character by character compare.