Gets if the response 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.
"httpResponse_var" is a variable referencing a HttpResponse object. |
"httpResponse_var" is a variable referencing a HttpResponse object. |
| Type | Description |
| boolean | True if a header with this name was set in the response. |
| Name | Type | Description |
| name | string | The case insensitive name of the header. |