HttpResponseHeaders
Hierarchy
HttpResponseHeaders
Index
Constructors
Properties
Methods
Constructors
constructor
+ new HttpResponseHeaders(headers
: IncomingHttpHeaders | HttpHeaders | Headers | string): HttpResponseHeaders
Parameters:
Returns: HttpResponseHeaders
Properties
map
• map: Record‹string, string›
Methods
get
▸ get(key
: string): undefined | string
Parameters:
Returns: undefined | string
set
▸ set(key
: string, value
: any): void
Parameters:
Returns: void
Last updated