Fields
Transactions and request have four types of fields. The field types are:
-
Strings which are quote-delimited character strings such as “test_server.”For example, URL = “/test.htm”
-
Files which are strings preceded by the word FILE. The content of a string usually refers to one or more files on the controller computer.For example, RequestData = FILE “request.dat”
-
Booleans which are the word TRUE or the word FALSE.For example, KeepAlive = TRUE
-
Numbers whch refer to decimal numbers.For example, ServerPort = 80