Gets the value of a header.
"httpResponse_var" is a variable referencing a HttpResponse object.
|
"httpResponse_var" is a variable referencing a HttpResponse object.
|
Type | Description |
string | Returns the value of the header, or empty if the header was not found. You can use the hasHeader method to determine if the header exists before getting it. This is especially useful in the case where the header exists but has an empty string value. |
Name | Type | Description |
name | string | The case insensitive name of the header. |