Invokes this action.
Invokes this action.
the incoming HTTP request
the result to be sent to the client
Body parser associated with this action.
Body parser associated with this action.
BodyParser
Returns itself, for better support in the routes file.
Returns itself, for better support in the routes file.
itself
The execution context to run this action in
The execution context to run this action in
The execution context to run the action in
An action is essentially a (Request[A] => Result) function that handles a request and generates a result to be sent to the client.
For example,
the type of the request body