(body: unknown)
| 26 | set(field: string | Record<string, unknown>, val?: string | any[]): Response |
| 27 | get(field: string): string | number | string[] |
| 28 | send(body: unknown): Response |
| 29 | sendFile(path: string, options?: ReadStreamOptions, cb?: (err?: any) => void): Response |
| 30 | json(body: unknown): Response |
| 31 | status(status: number): Response |