/// import type { Except } from 'type-fest'; import type { IncomingHttpHeaders as HTTPIncomingHttpHeaders } from 'node:http'; export interface IncomingHttpHeaders extends Except { 'set-cookie'?: string | string[]; }