ts-lambda-api - v2.5.2
    Preparing search index...

    Interface FileOptions

    interface FileOptions {
        cacheControl?: string | boolean;
        headers?: { [key: string]: string };
        lastModified?: string | boolean;
        maxAge?: number;
        private?: boolean;
        root?: string;
    }
    Index

    Properties

    cacheControl?: string | boolean
    headers?: { [key: string]: string }
    lastModified?: string | boolean
    maxAge?: number
    private?: boolean
    root?: string