Interface HeadersObject

One key-value pair per HTTP Header. Since we need to support both browsers and Node, we won't use the native Headers object here.

Hierarchy

  • HeadersObject

Indexable

[key: string]: string

Generated using TypeDoc