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 7c99ff7 commit 3db0c19Copy full SHA for 3db0c19
packages/open-next/src/adapters/request.ts
@@ -1,3 +1,7 @@
1
+// Copied and modified from serverless-http by Doug Moscrop
2
+// https://github.com/dougmoscrop/serverless-http/blob/master/lib/request.js
3
+// Licensed under the MIT License
4
+
5
// @ts-nocheck
6
import http from "node:http";
7
packages/open-next/src/adapters/response.ts
+// https://github.com/dougmoscrop/serverless-http/blob/master/lib/response.js
0 commit comments