Back
processRequest()
Creates a controller and calls an action on it.
Which controller and action that's called is determined by the params passed in.
Returns the result of the request either as a string or in a struct with body
, emails
, files
, flash
, redirect
, status
, and type
.
Primarily used for testing purposes.