Http Headers
Encapsulates a map of HTTP headers, allowing case-insensitive lookup.
Properties
Functions
Add all of the headers from another headers object into this headers object.
Return this headers object, configured to allow safe concurrent read/write access.
Return a copy of these headers.
Return the header entries (name/value pairs).
Return the header names.
For internal use only.
Return the header entries (name/value pairs) sorted by name (case insensitive).
Return the header names in sorted order.
Return headers as a JSON string, that the key field is lower case.
Set the value of a header.
Equivalent to withData("X-Client-Credentials", value).
Equivalent to withData("X-Create-Parameters", value).
Equivalent to withData("X-Delete-Parameters", parameters).
Equivalent to withData("X-Update-Parameters", value).