httpargs - Extract keywords from cookies or url.
A record stream.
The input stream with fields containing the values of certain arguments, appended.
Parses URI arguments on the form `?x1=y1&x2=y2' into additional stream fields. The tool can also be used to parse cookies in standard format
Choose the name of the field containing the arguments string. The HTTP Parser uses args. To parse cookies instead, set this property to the name of the field containing the cookies string, eg. cookies.
In this field you specify the argument(s) or cookie(s) you want to extract. The value of the chosen arguments will be output as the value of a field with the same name as the argument. To extract more than one argument, just enter a comma separated list.