We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab0c27 commit 813deceCopy full SHA for 813dece
packages/core/src/types/http.ts
@@ -4,9 +4,7 @@ export type IncomingMessage = http.IncomingMessage & {
4
originalUrl?: string;
5
};
6
7
-export type ServerResponse = http.ServerResponse & {
8
- req?: http.IncomingMessage;
9
-};
+export type ServerResponse = http.ServerResponse;
10
11
export interface IncomingMessageWithBody<T = any> extends http.IncomingMessage {
12
body?: T;
0 commit comments