http.response.headers.values
http.response.headers.values
Array<String> The values of the headers in the HTTP response.
The values are not pre-processed and retain the original case used in the response.
The order of header values is not guaranteed but will match http.response.headers.names
.
Duplicate headers are listed multiple times.
- Decoding: No decoding performed
- Whitespace: Preserved
- Non-ASCII: Preserved
Example value:
Example usage:
Categories:
- Response
- Headers