Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HttpHeaders

Hierarchy

  • HttpHeaders

Implements

  • Headers

Index

Constructors

constructor

Methods

append

delete

forEach

  • forEach(callback: (value: string, key: string, parent: Headers) => void, thisArg?: any): void
  • Parameters

    • callback: (value: string, key: string, parent: Headers) => void
        • (value: string, key: string, parent: Headers): void
        • Parameters

          • value: string
          • key: string
          • parent: Headers

          Returns void

    • Optional thisArg: any

    Returns void

get

  • get(key: string): string | null

has

  • has(key: string): boolean

serialize

  • serialize(): Headers | string[][] | Record<string, string> | undefined

set

toObject

  • toObject(): {}