-
Notifications
You must be signed in to change notification settings - Fork 9
FAQ
Paul de Verdiere edited this page Feb 1, 2018
·
2 revisions
There are two ways:
- Using App.getRequest(). This implies that your route handler has a reference to the App object. See this example.
- [New in 0.30] By adding a Request parameter in your route handler. See this example.