rest-vir - v1.0.0
    Preparing search index...

    Type Alias CondenseResponseOptions

    Options for condenseResponse.

    type CondenseResponseOptions = {
        includeDefaultHeaders: boolean;
    }
    Index

    Properties

    includeDefaultHeaders: boolean

    Include all headers that fastify and rest-vir automatically append.

    false