♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
x-forwarded-headers
/
app
/
route.tsx
route.tsx
4 lines
94 B
export
function
GET
(
req
:
Request
) {
return
Response.
json
(Object.
fromEntries
(req.headers))
}
v2.0.0
/
Go
SIGN IN