feat: implement Edge Proxy Relay with request handling and header filtering

This commit is contained in:
MythEclipse
2026-05-07 19:49:52 +07:00
parent d8e1e125b1
commit 212ce32480
5 changed files with 198 additions and 7 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
try {
const start = Date.now();
const res = await fetch('/', {
const res = await fetch('/api', {
method: 'POST',
headers: {
'x-relay-target': target,