Astro Node.js Fastify adapter
    Preparing search index...

    Interface DefaultHeaderOptions

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

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

    Properties

    Properties

    assets: OutgoingHttpHeaders

    These headers will be added to every asset response.

    server: OutgoingHttpHeaders

    These headers will be added to every SSR response.