-
Notifications
You must be signed in to change notification settings - Fork 0
Response
Hugo Persson edited this page Dec 10, 2020
·
2 revisions
The response object is a property of the Controller and the object can be accessed by any class that extends Controller with:
this.resThe response object is used to return data to the user. The Response class extends the http.ServerResponse.
render