Skip to content
Paul de Verdiere edited this page Feb 1, 2018 · 2 revisions

How to access the Request object?

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.
Clone this wiki locally