Readonly
dataReadonly
filenameReadonly
mimeReadonly
sizeStatic
fromCreates a new FileResponse from the given path and options.
The path of the file to return.
Optional
options: OmitStrict<PathFileResponseData, "path">Additional options like file size.
A new FileResponse.
Static
fromCreates a new FileResponse from the given input.
The input with the stream, file name etc.
A new FileResponse.
A file response.