Documentation
    Preparing search index...
    HeaderValue:
        | string
        | boolean
        | number
        | bigint
        | boolean[]
        | number[]
        | bigint[]
        | string[]

    Allowed types for HTTP header values.

    Supports primitive types (string, boolean, number, bigint) and arrays of primitives. Arrays are typically joined with commas when sent as HTTP headers.