Interface: BinaryFileResponseOptions
Interface: BinaryFileResponseOptions
Options for creating a BinaryFile HTTP Response.
Extends
Indexable
[key: string]: unknown
Properties
autoEncoding?
optional autoEncoding: boolean;
autoEtag?
optional autoEtag: boolean;
autoLastModified?
optional autoLastModified: boolean;
contentDispositionType?
optional contentDispositionType: string;
file
file: string | File;
headers?
optional headers: HeadersType;