rest-vir - v2.2.0
    Preparing search index...

    Type Alias DefaultOutgoingResponseHeadersType

    DefaultOutgoingResponseHeadersType: Record<
        string,
        string
        | number
        | ReadonlyArray<string>
        | undefined,
    >

    Default response headers type for the write side (the value returned from an endpoint implementation). Allows array values so endpoints can emit multi-valued headers (most notably Set-Cookie), which must be written as separate header lines on the wire rather than comma-joined.