Skip to content

HttpHeadersOption

ts
type HttpHeadersOption = HttpHeaders | Record<string, string | string[]>;

Defined in: types/http.type.ts:9

HTTP headers in Angular HttpClient

Since

1.0.0

Author

Simon Kovtyk