Request edition helpers
In pretty mode, when possible, the URLs are parsed and emphasized. When you click on the link, the request is updated:
- The URL field of the current request is updated with the value of the link (relative links are computed against the current request's URL).
- The method of the current request is set to GET.
This is useful if you want to browse your API in the same way you browse the internet: by following links on pages. If you first request your API to get a contact and if the body contains links to the contact's address, you can quickly get the representation of the related address in two clicks:
- Click on the link to refresh the current request.
- Send the new request.