Skip to content

Commit 3db0c19

Browse files
committed
Add code attribution
1 parent 7c99ff7 commit 3db0c19

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

packages/open-next/src/adapters/request.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
// @ts-nocheck
26
import http from "node:http";
37

packages/open-next/src/adapters/response.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copied and modified from serverless-http by Doug Moscrop
2+
// https://github.com/dougmoscrop/serverless-http/blob/master/lib/response.js
3+
// Licensed under the MIT License
4+
15
// @ts-nocheck
26
import http from "node:http";
37

0 commit comments

Comments
 (0)