Skip to content

Commit 87adddc

Browse files
authored
feat: rename x-deno- to x-nf- (#5398)
* feat: rename x-deno- to x-nf- * feat: update edge-bundler
1 parent 6726bf4 commit 87adddc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/edge-functions/headers.mjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
const headers = {
22
ForwardedHost: 'x-forwarded-host',
33
ForwardedProtocol: 'x-forwarded-proto',
4-
Functions: 'x-deno-functions',
4+
Functions: 'x-nf-edge-functions',
55
Geo: 'x-nf-geo',
6-
Passthrough: 'x-deno-pass',
6+
Passthrough: 'x-nf-passthrough',
77
RequestID: 'X-NF-Request-ID',
88
IP: 'x-nf-client-connection-ip',
99
Site: 'X-NF-Site-Info',

0 commit comments

Comments
 (0)