Can be used to set headers that should always be sent in their respective use-case (Asset, SSR).

interface DefaultHeaderOptions {
    assets: OutgoingHttpHeaders;
    server: OutgoingHttpHeaders;
}

Properties

Properties

These headers will be added to every asset response.

These headers will be added to every SSR response.