A RESTful browser for eXist Java-Based Function Modules


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

request:encode-url($url as xs:anyURI) xs:anyURI
Encodes the specified URL with the current HTTP session-id.
$urlThe URL to encode

Returns the encoded URL

Deprecated: Moved to the 'session' module. See session:encode-url. 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