Create a deep clone/copy of this HttpHeaders collection.
Get whether or not this header collection contains a header entry for the provided header name.
Get the header value for the provided header name, or undefined if no header exists in this collection with the provided name.
The name of the header.
Get the header names that are contained in this collection.
Get the header names that are contained in this collection.
Get the headers that are contained in this collection as an array.
Get the headers that are contained this collection as an object.
Remove the header with the provided headerName. Return whether or not the header existed and was removed.
The name of the header to remove.
Set a header in this collection with the provided name and value. The name is case-insensitive.
The name of the header to set. This value is case-insensitive.
The value of the header to set.
Get the JSON object representation of this HTTP header collection.
Get the string representation of this HTTP header collection.
Generated using TypeDoc
A collection of HTTP header key/value pairs.