• Builds HTTP content negotiator.

    Type Parameters

    • T

      A type of the matching values.

    Parameters

    • this: void
    • wildcards: Wildcards

      A function extracting all possible wildcards the content negotiation key matches.

    • map: Map<T>

      A map of values corresponding to content negotiation keys.

    Returns HttpContentNegotiator<T>

    New HTTP content negotiator function.

Generated using TypeDoc