A RESTful browser for eXist Java-Based Function Modules


http://exist-db.org/xquery/request
A module for dealing with HTTP requests.

request:get-request-data() item()?
Returns the content of a POST request. If its a binary document xs:base64Binary is returned or if its an XML document a node() is returned. All other data is returned as an xs:string representaion. Returns an empty sequence if there is no data.

Returns the content of a POST request

Deprecated: Renamed to get-data. This function could be removed at anytime during the 1.5 development and will be removed in the 1.6 release.
Return to list of all modules