Skip to content
Mayank Kushal edited this page Jul 26, 2021 · 6 revisions

Dune!

Features

Requests

  • Create and send REST requests
  • Edit URL
  • Select method
  • Edit request headers
  • Send raw data in request body
  • Automatic saving of requests in History

Responses

  • View status code, response size, and response time
  • View response headers
  • Automatic syntax highlighting in prettified response body
  • Store responses with requests in history

Variables

  • Built-in support for variables

  • Create and set variables at multiple scopes:

    • Global variables reuse values at workspace level
    • Environments are a set of key/value pairs for different setups
  • Session variables keep sensitive information local to your machine (Dune: everything is local to your machine)

Clone this wiki locally