Gets if the request has a header with the given name. This is useful to distinguish between the case where a header is not set and the case where a header is set to an empty string.
"httpRequest_var" is a variable referencing a HttpRequest object. |
"httpRequest_var" is a variable referencing a HttpRequest object. |
| Type | Description |
| boolean | Returns true if a header with this name was set in the response. |
| Name | Type | Description |
| name | string | The case insensitive name of the header. |