property ServerOptions.uniqueHeaders
A list of response headers that should be sent only once.
If the header's value is an array, the items will be joined using ;
.
Type Jump to heading
Array<string | string[]> | undefined
A list of response headers that should be sent only once.
If the header's value is an array, the items will be joined using ;
.
Array<string | string[]> | undefined