bunway
    Preparing search index...

    Interface StaticOptions

    interface StaticOptions {
        dotfiles?: "allow" | "deny" | "ignore";
        etag?: boolean;
        extensions?: string[];
        fallthrough?: boolean;
        immutable?: boolean;
        index?: string | false | string[];
        lastModified?: boolean;
        maxAge?: number;
    }
    Index

    Properties

    dotfiles?: "allow" | "deny" | "ignore"
    etag?: boolean
    extensions?: string[]
    fallthrough?: boolean
    immutable?: boolean
    index?: string | false | string[]
    lastModified?: boolean
    maxAge?: number