Getting POST Data
Signature
Object getPostData(SimpleEvent event)
Description
Returns the POST data sent in an HTTP POST request (event).
Parameters
Name | Type | Description |
---|---|---|
event |
SimpleEvent |
Request event sent on the HTTP destination. Must not be null. |
Returns
Type | Description |
---|---|
Object |
The POST data |