taxum
    Preparing search index...

    Class ReadonlyHeaderMap

    Represents a read-only map of HTTP headers, where header keys are case-insensitive.

    Provides methods to query and iterate through the headers.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    map: Map<string, string[]>

    Methods

    • Returns IterableIterator<[string, string], any, any>

    • Parameters

      • key: string

      Returns boolean

    • Returns IterableIterator<[string, string]>

    • Parameters

      • key: string

      Returns null | string

    • Parameters

      • key: string

      Returns readonly string[]

    • Returns IterableIterator<string>

    • Returns IterableIterator<string>