• Parses a string for valid query param entries and pipes them through a handler.

    Parameters

    • query: string
    • entryHandler: ((key: string, value: Primitive) => void)
        • (key: string, value: Primitive): void
        • Parameters

          • key: string
          • value: Primitive

          Returns void

    • deserialize: boolean = true

      Default is true.

    • decodeValues: boolean = true

      Default is true.

    Returns void

Generated using TypeDoc