headers


headersobjectRead-only

Returns the HTTP header fields used in a call to an HTTP function.

The headers property returns an object of key:value pairs where the key is the header field name and the value is the header field value.

Headers are returned in lowercase, regardless of how they were sent by the function caller.

Was this helpful?
Yes
No