post-data
HTTP protocol objects » HTTP requests » HTTP post data

Next:<post-data> ( content-type -- post-data )


Vocabulary
http

Class description
HTTP POST data passed in a POST request.

Instances contain the following slots:
dataThe POST data. This can be in a higher-level form, such as an assoc of POST parameters, a string, or an XML document
paramsParameters passed in the POST request.
content-typeA MIME type
content-encodingEncoding used for the POST data


Definition

TUPLE: post-data data params content-type content-encoding ;


Methods