We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6726bf4 commit 87adddcCopy full SHA for 87adddc
src/lib/edge-functions/headers.mjs
@@ -1,9 +1,9 @@
1
const headers = {
2
ForwardedHost: 'x-forwarded-host',
3
ForwardedProtocol: 'x-forwarded-proto',
4
- Functions: 'x-deno-functions',
+ Functions: 'x-nf-edge-functions',
5
Geo: 'x-nf-geo',
6
- Passthrough: 'x-deno-pass',
+ Passthrough: 'x-nf-passthrough',
7
RequestID: 'X-NF-Request-ID',
8
IP: 'x-nf-client-connection-ip',
9
Site: 'X-NF-Site-Info',
0 commit comments