(status: number)
| 29 | sendFile(path: string, options?: ReadStreamOptions, cb?: (err?: any) => void): Response |
| 30 | json(body: unknown): Response |
| 31 | status(status: number): Response |
| 32 | sendStatus(statusCode: number): Response |
| 33 | cookie( |
| 34 | name: string, |
no outgoing calls