|
A string-to-string map of the HTTP
request headers. If a header contains multiple
values, the value in this map is a comma-separated
string of all header values. The keys in this map
are all lowercase.
We recommend that you first check for
availability using has(), such as
has(request.headers['header-key']) &&
request.headers['header-key'] !=
'header-value'.
|