We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5efb9b commit ade4d65Copy full SHA for ade4d65
1 file changed
src/IncomingHttpHeaders.ts
@@ -4,4 +4,4 @@ import type { IncomingHttpHeaders as HTTPIncomingHttpHeaders } from 'node:http';
4
// fix set-cookie type define https://github.com/nodejs/undici/pull/1893
5
export interface IncomingHttpHeaders extends Except<HTTPIncomingHttpHeaders, 'set-cookie'> {
6
'set-cookie'?: string | string[];
7
-};
+}
0 commit comments