ngify
    Preparing search index...
    Index

    Constructors

    • Parameters

      • Optionalheaders: string | { [name: string]: string | number | (string | number)[] } | Headers

      Returns HttpHeaders

    Methods

    • Parameters

      • fn: (name: string, value: string[]) => void

      Returns void

    • Get the first value from the given header

      Parameters

      • name: string

      Returns null | string

    • Get all values by given header

      Parameters

      • name: string

      Returns null | string[]