Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit a5a5d3a

Browse files
penalosamrbbot
andauthored
Add Request.cf support, as well as splitting out startServer and dispatchFetch (#363)
* Add Request.cf support, as well as splitting out `startServer` and `dispatchFetch` * Support `cfFetch` option * Refactor into `proxy.ts` * Simplify * Address PR comments * http->tcp * Simplify approach * Fix linting * Further fixes * Simplify approach * Make cf properties optional * logging Co-authored-by: MrBBot <[email protected]>
1 parent 2caf2ca commit a5a5d3a

File tree

9 files changed

+349
-41
lines changed

9 files changed

+349
-41
lines changed

package-lock.json

Lines changed: 140 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/tre/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"glob-to-regexp": "^0.4.1",
4545
"kleur": "^4.1.5",
4646
"stoppable": "^1.1.0",
47-
"undici": "5.8.2",
47+
"undici": "^5.10.0",
4848
"zod": "^3.18.0"
4949
},
5050
"devDependencies": {

0 commit comments

Comments
 (0)