Variable defaultHeadersConst
defaultHeaders: {
Authorization: string;
User-Agent: string;
Origin: string;
Referer: string;
Content-Type: string;
Connection: string;
Elastic-Apm-Traceparent: string;
} = ...
Type declaration
-
Authorization: string
-
User-Agent: string
-
Origin: string
-
Referer: string
-
Content-Type: string
-
Connection: string
-
Elastic-Apm-Traceparent: string
A const for default request headers.