(obj: FormatProps)
| 41 | render(file: string, data?: Record<string, any>, options?: TemplateEngineOptions<O>): Response |
| 42 | vary(field: string): Response |
| 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 |
no outgoing calls
no test coverage detected