Construct from a collection of [name, value] pairs
list of HttpHeader values to seat in this object
Fetches the total length of all headers
the total length of all headers
Iterator. Allows for: let headers = new HttpHeaders(); ... for (const header of headers) { }
Gets the first value for the given name, ignoring any additional values
The header name to look for
Value returned if no values are found for the given name
The first header value, or default if no values exist
Generated using TypeDoc
A collection of HTTP headers