Skip to content

Commit

Permalink
feat: rename x-deno- to x-nf- (#5398)
Browse files Browse the repository at this point in the history
* feat: rename x-deno- to x-nf-

* feat: update edge-bundler
  • Loading branch information
Skn0tt committed Jan 17, 2023
1 parent 6726bf4 commit 87adddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/edge-functions/headers.mjs
@@ -1,9 +1,9 @@
const headers = {
ForwardedHost: 'x-forwarded-host',
ForwardedProtocol: 'x-forwarded-proto',
Functions: 'x-deno-functions',
Functions: 'x-nf-edge-functions',
Geo: 'x-nf-geo',
Passthrough: 'x-deno-pass',
Passthrough: 'x-nf-passthrough',
RequestID: 'X-NF-Request-ID',
IP: 'x-nf-client-connection-ip',
Site: 'X-NF-Site-Info',
Expand Down

1 comment on commit 87adddc

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

  • Package size: 267 MB

Please sign in to comment.