VocabularyhttpClass descriptionHTTP POST data passed in a POST request.
Instances contain the following slots:
| data | The POST data. This can be in a higher-level form, such as an assoc of POST parameters, a string, or an XML document |
| params | Parameters passed in the POST request. |
| content-type | A MIME type |
| content-encoding | Encoding used for the POST data |
DefinitionMethods