The HTTP functions allow you to make various HTTP calls from within your XQuery program.
Function name | Description |
---|---|
xdmp:http-delete | Sends an http DELETE request to the http server specified in the URI to delete the specified resource. |
xdmp:http-get | Sends the http GET method to the specified URI. |
xdmp:http-head | Sends the http HEAD method to the specified URI. |
xdmp:http-options | Sends the http OPTIONS method to the specified URI. |
xdmp:http-post | Sends an http POST request to the server. |
xdmp:http-put | Sends an HTTP PUT request to an HTTP server. |