Variable defaultHeadersConst

defaultHeaders: {
    Authorization: string;
    User-Agent: string;
    Origin: string;
    Referer: string;
    Content-Type: string;
    Connection: string;
    Elastic-Apm-Traceparent: string;
} = ...

A const for default request headers.

Type declaration

  • Authorization: string
  • User-Agent: string
  • Origin: string
  • Referer: string
  • Content-Type: string
  • Connection: string
  • Elastic-Apm-Traceparent: string

Generated using TypeDoc