postParams property
read / write
The parameters from the POST request.
This is not null if the context is a POST request with a MIME type of "application/x-www-form-urlencoded". Beware that it will be null for other types of POST requests (e.g. JSON).
Implementation
RequestParams postParams