Skip to content
Ask Questions

Home

Home is the main workspace. It combines a request sidebar, an editor area, request sending, search, and inline response inspection.

  • browse collections, folders, and requests
  • open a request for editing
  • send requests
  • inspect response body and headers
  • search the request tree
  • rename, move, copy, import, and export
  • j / k: move through the sidebar
  • e: open the selected request, or expand/collapse a collection or folder
  • h / l: cycle between opened requests
  • s: search from Home
  • :: open command mode
  • Esc: back out or collapse the current context

Press e on a request to enter the editor. The editor is split into:

  • Request
  • Auth
  • Params
  • Headers
  • Body

Inside the editor:

  • h / l move between sections
  • e / Enter open the selected section
  • j / k move within the current section
  • s sends the request
  • Esc backs out one level
  1. Select a request.
  2. Press e.
  3. Stay on Request.
  4. Press Enter.
  5. Use j / k to choose Method or URL.
  6. Press Enter again to edit.
  1. Select a request.
  2. Press e.
  3. Move to Auth with l.
  4. Press Enter.
  5. Change auth type or credentials.

Inside Params or Headers:

  • a adds a row
  • space enables or disables a row
  • d deletes a row
  • Enter edits the current field

Inside Body:

  • choose a body type first
  • for form-style bodies, use a, space, d, and Enter
  • for raw bodies, choose the raw subtype and press Enter to open the full text editor
  • Ctrl+S saves the raw text editor
  • s sends the active request
  • v opens response selection while you are in Home request-editing contexts
  • h / l switch between response Body and Headers
  • Enter opens the full response viewer when Body is selected
  • Ctrl+U / Ctrl+D scroll the inline response
  • :new
  • :new collection NAME
  • :new folder NAME
  • :rename NAME
  • :cp PATH
  • :mv PATH
  • :import PATH
  • :export PATH
  • :send
  • :close
  • :del

For full command rules and edge cases, see Command Mode.

  • cp and mv are Home-only
  • exporting from Home can export the whole workspace or the selected collection
  • auto-generated headers can be toggled, but not edited like normal rows