Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Configuring a request

While you can send a basic HTTP request just using the verb and the method, you probably want to configure some data about your HTTP request. The tabs in the request pane can help with that.

There are currently five tabs in this pane:

  • Parameters: used to handle the query parameters of the HTTP request in use.
  • Headers: used to inspect or change the request headers.
  • Variables: used to inspect, set or delete variables and check the status of the dot-env files.
  • Authorization: Cartero can help you configure the authentication and authorization credentials of your HTTP request.
  • Body: Set the request body of your HTTP request.

In previous versions of Cartero, there was a tab called "Export request". The functionalities provided by this tab are now present in the "Export menu". Check out the Export menu chapter for more information on how to use this menu.