Documentation - v1.2.0-alpha.3
    Preparing search index...

    A class that implements the HeaderPropagationCollection interface. It filters the incoming request headers based on the definition provided and loads them into the outgoing headers collection.

    Implements

    Index

    Constructors

    Accessors

    Methods

    • Concatenates a header definition to the outgoing collection.

      Parameters

      • headers: Record<string, string>

        Headers to concatenate to the outgoing collection.

      Returns void

      If the header does not exist in the incoming headers, it will be ignored. Unless the header is already present in the outgoing collection.