EXPRESSIONS
Request header
Creates a new request header as a key:value pair, where the key represents the header name and the value represents its content.
request (header|property) %string% %string%Request Header Key
Retrieves the key (name) of a request header from a key:value pair, allowing you to identify the header’s purpose.
%request property%'s keykey of %request property%Request Header Value
Retrieves the value of a request header from a key:value pair, allowing you to access the header’s content.
%request property%'s valuevalue of %request property%