Kito Framework - v1.0.0-alpha.8
    Preparing search index...

    Interface SendFileOptions

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

    Properties

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