Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOutgoingHeaders

Analogous to OutgoingHttpHeaders in @types/node. Allows numbers as they are converted to strings internally.

Hierarchy

  • IOutgoingHeaders

Indexable

[header: string]: string | string[] | number | undefined

Analogous to OutgoingHttpHeaders in @types/node. Allows numbers as they are converted to strings internally.

Generated using TypeDoc