bunway
    Preparing search index...

    Interface SendFileOptions

    interface SendFileOptions {
        acceptRanges?: boolean;
        cacheControl?: boolean;
        dotfiles?: "allow" | "deny" | "ignore";
        headers?: Record<string, string>;
        immutable?: boolean;
        lastModified?: boolean;
        maxAge?: number;
        root?: string;
    }
    Index

    Properties

    acceptRanges?: boolean
    cacheControl?: boolean
    dotfiles?: "allow" | "deny" | "ignore"
    headers?: Record<string, string>
    immutable?: boolean
    lastModified?: boolean
    maxAge?: number
    root?: string