in future versions of the RESTXQ draft.
With {{Version|7.7}}, various the following BaseX-specific RESTXQ features have been added to our RESTXQ implementation:
* by default, RESTXQ is now available on top level via {{Code|http://localhost:8984/}}
* the RESTXQ namespace prefix has been changed to {{Code|rest}}
* parameters are implicitly cast to the type of the function argument
* RESTXQ functions may also be specified in main modules (extension: {{Code|.xq}})
* multipart types are now supported, including {{Code|multipart/form-data}}
* servlet errors can be redirected to other RESTXQ pages
* a [[RESTXQ Module]] provides some helper functions
=Usage=