Skip to content

Settings

Thiago Miranda edited this page Jun 15, 2026 · 7 revisions

Settings

Open the SETTINGS dialog from the side-menu header (gear button). Everything here saves immediately. On narrow widths it opens full-screen.

General

Setting Type Default What it does
HISTORY LIMIT number 100 Max History entries kept; lowering it trims older ones.
SAVE RESPONSE toggle off Store response bodies in history (not just request metadata).
ALWAYS PRETTIFY LARGE RESPONSES toggle off Auto-format & highlight large [[Responses

Appearance

Setting Type Default What it does
DARK MODE toggle off Light ↔ dark variant of the active theme.
THEME dropdown BRUTALIST Pick BRUTALIST / EDITORIAL / ARCANE QUEST. See Themes and Appearance.
COMPACT MODE toggle off Denser spacing, smaller fonts/icons.

Network

All timeouts are in milliseconds.

Setting Type Default What it does
CONNECT TIMEOUT (ms) number 30000 Max time to establish a connection.
SEND TIMEOUT (ms) number 30000 Max time to send the request body.
RECEIVE TIMEOUT (ms) number 60000 Max time to receive the response.
FOLLOW REDIRECTS toggle on Follow HTTP 3xx redirects automatically.
MAX REDIRECTS number 5 Redirect cap (shown when Follow Redirects is on; clamped to ≥ 1).
VERIFY SSL toggle on Validate TLS certificates. Turn off only for testing self-signed/invalid certs.
PROXY (host:port) text Route traffic through an HTTP proxy, e.g. 127.0.0.1:8888. Empty = no proxy.

Client certificate (mTLS)

For servers that require a client certificate. Desktop/mobile only (the web build shows "Available in the desktop/mobile app." — browsers manage client certs themselves).

  • CHOOSE CERT — pick a PEM certificate file.
  • CHOOSE KEY — pick the PEM private-key file.
  • KEY PASSPHRASE (optional) — passphrase for an encrypted key (obscured field).
  • CLEAR — remove cert, key, and passphrase (shown once any is set).

Getman reads the files at send time and applies them to the TLS connection. The settings store file paths (and the passphrase), not the key material itself.

Cookies

  • MANAGE — open the Cookies (inspect/delete per cookie).
  • CLEAR — empty the whole cookie jar (confirmed).

Collections

Other persisted preferences

A few things are saved automatically (no dialog control): the active Environments and Variables, the side-menu width, and the request/response split ratio (both set by dragging — see The Interface).

Clone this wiki locally