Home
Home is the main workspace. It combines a request sidebar, an editor area, request sending, search, and inline response inspection.
What you do here
Section titled “What you do here”- 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
Most common keys
Section titled “Most common keys”j/k: move through the sidebare: open the selected request, or expand/collapse a collection or folderh/l: cycle between opened requestss: search from Home:: open command modeEsc: back out or collapse the current context
Editing a request
Section titled “Editing a request”Press e on a request to enter the editor. The editor is split into:
RequestAuthParamsHeadersBody
Inside the editor:
h/lmove between sectionse/Enteropen the selected sectionj/kmove within the current sectionssends the requestEscbacks out one level
Quick examples
Section titled “Quick examples”Change the method or URL
Section titled “Change the method or URL”- Select a request.
- Press
e. - Stay on
Request. - Press
Enter. - Use
j/kto chooseMethodorURL. - Press
Enteragain to edit.
Edit auth
Section titled “Edit auth”- Select a request.
- Press
e. - Move to
Authwithl. - Press
Enter. - Change auth type or credentials.
Edit params or headers
Section titled “Edit params or headers”Inside Params or Headers:
aadds a rowspaceenables or disables a rowddeletes a rowEnteredits the current field
Edit the body
Section titled “Edit the body”Inside Body:
- choose a body type first
- for form-style bodies, use
a,space,d, andEnter - for raw bodies, choose the raw subtype and press
Enterto open the full text editor Ctrl+Ssaves the raw text editor
Responses
Section titled “Responses”ssends the active requestvopens response selection while you are in Home request-editing contextsh/lswitch between responseBodyandHeadersEnteropens the full response viewer whenBodyis selectedCtrl+U/Ctrl+Dscroll the inline response
Common commands
Section titled “Common commands”: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.
cpandmvare 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