Request Constructor#
Request Constructor is a tool that allows you to configure a REST request in a separate window and automatically add a ready-made "REST Client" block to the project diagram.
To open the Request Constructor, click the "Request Constructor" button in the "Additional" menu on the "Development" panel.
.png)
The "Request constructor" popup window contains the following elements:
- method dropdown list
— allows you to select the HTTP request type: Get, Post, Put, Patch, Delete, Head, or Options; - "Request" button — allows you to build or send a request with the current settings;
- "To block" button — allows you to add the configured request to the project as a ready-made block on the diagram;
- "Params" table with the following columns:
- "On/Off" column — enables or disables the parameter;
- "Key" column — displays the parameter name;
- "Value" column — displays the parameter value;
- "Save as..." button — saves the current request configuration to a file or template;
- "Load from..." button — loads a previously saved request configuration;
- "Bulk Edit" button — allows editing parameters in list form;
- "RESPONSE" field — displays the server response after the request is executed.
.png)