
The HTTP functions allow you to make various HTTP calls from within your XQuery program.
| Function name | Description |
|---|---|
| xdmp.httpDelete | Sends an http DELETE request to the http server specified in the URI to delete the specified resource. |
| xdmp.httpGet | Sends the http GET method to the specified URI. |
| xdmp.httpHead | Sends the http HEAD method to the specified URI. |
| xdmp.httpOptions | Sends the http OPTIONS method to the specified URI. |
| xdmp.httpPost | Sends an http POST request to the server. |
| xdmp.httpPut | Sends an HTTP PUT request to an HTTP server. |