We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847d97a commit 1a8d9dcCopy full SHA for 1a8d9dc
src/runtime/plugins/http.server.ts
@@ -1,6 +1,6 @@
1
import type { Browser } from 'detect-browser-es'
2
import { parseUserAgent } from 'detect-browser-es'
3
-import { appendHeader, setResponseHeader } from 'h3'
+import { appendHeader } from 'h3'
4
import type { ResolvedConfigurationOptions, SSRClientHints, SSRClientHintsConfiguration } from '../shared-types/types'
5
import { useHttpClientHintsState } from './state'
6
import { defineNuxtPlugin, useCookie, useNuxtApp, useRuntimeConfig, useRequestEvent, useRequestHeaders } from '#imports'
0 commit comments