(type: string)
| 43 | format(obj: FormatProps): Response |
| 44 | redirect(url: string, status?: number): Response |
| 45 | type(type: string): Response |
| 46 | download(path: string, filename: string, options?: DownloadOptions, cb?: (err?: any) => void): Response |
| 47 | attachment(filename?: string): Response |
| 48 | app?: App |