DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Users manual

REST Request

The Backend module Rest client UI, in "REST request" section, will show the form to send the requests. The fields are: Method, URL resource, Headers and Body. You can select the methods GET, POST, PUT or DELETE. Furthermore you can choose two types of body request: FORM, or TEXT.

../_images/request_form.png ../_images/request_text.png

Once you have prepared the request, then click the Send button.

../_images/response.png

The response will consist of many information: the HTTP status code, the elapsed time, the headers, and the body.

History

If you have enabled in configuration, the "History" section will show the history of requests.
You can edit or remove the requests.

../_images/history.png