Class: Response

express~ Response

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: