node-webserver
    Preparing search index...

    Type Alias CompressionOptions

    type CompressionOptions = {
        br?: boolean;
        gzip?: boolean;
        threshold?: number;
    }
    Index

    Properties

    Properties

    br?: boolean
    gzip?: boolean
    threshold?: number