Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Description of Properties


Property NameTypeDefaultImportanceDescriptionExample
response.http.headersstring""lowDefines names of headers which will be separated by comma.
The name could be any string which uniquely identify header. 
response.http.headers=default,hr,accounting
response.http.headers.{name}.header.configstring""lowDefine a set of header configuration for header defined by
{name} which will be one of names defined in property response.http.headers



response.http.headers.{name}.header
.config

The name will be one of names defined in property response.http.headers

The format for header.config will be "[[action] [header]:[header value],..." which is a list of [action] [header]:[value] separated by comma ",". So it is a CSV of actions to perform on headers with the following syntax:
[action] [header name]: [header value],
[action] can be one of "set, add, setDate, or addDate" which specify an action will perform on header. 

...