Class FileDownloadHandlerAbstract

Hierarchy (view full)

Constructors

Properties

directoryArchiver: DirectoryArchiver
fileDownloadCache: FileDownloadCache
logger: ILogger

Methods

  • Prepares the file and the link for download

    Parameters

    • request: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>
    • response: Response<any, Record<string, any>>
    • options: PrepareDownloadOptions

    Returns Promise<void>