new Response()
| Redirect: { url: URL } | Render: { view: Path, options: Object } | Send: { status: Number, headers: Object, body: Content }
Represents the response from a route handler.
- Source:
| Redirect: { url: URL } | Render: { view: Path, options: Object } | Send: { status: Number, headers: Object, body: Content }
Represents the response from a route handler.