-
Notifications
You must be signed in to change notification settings - Fork 5
Settings
Open the SETTINGS dialog from the side-menu header (gear button). Everything here saves immediately. On narrow widths it opens full-screen.
| 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 |
| RESPONSE HISTORY (PER TAB) | number | 5 | How many recent responses to keep per tab for [[Responses#response-history-time-travel |
| SAVE LARGE RESPONSES IN HISTORY | toggle | on | When off, responses over ~512 KB are kept in history as metadata only (no body), to bound storage. |
| 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 / DRACULA / LIQUID GLASS. See Themes and Appearance. |
| COMPACT MODE | toggle | off | Denser spacing, smaller fonts/icons. |
| REDUCE VISUAL EFFECTS | toggle | off | Disables backdrop blur & animations for performance. Primarily affects LIQUID GLASS (disables backdrop blur and animated wallpaper) and ARCANE QUEST (disables animated starfield background and tap sparkles). Useful on lower-powered machines or the web build. |
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. |
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.
- MANAGE — open the Cookies (inspect/delete per cookie).
- CLEAR — empty the whole cookie jar (confirmed).
- Workspace settings — configure a Import Export and Git Workspace folder (desktop only) that mirrors your collections to readable JSON files.
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).
Getman on GitHub · Releases · Live demo · Local-first HTTP client — no account, no cloud, no telemetry.
Start here
Core
Variables & automation
More features
- History
- Cookies
- Realtime WebSocket and SSE
- Code Generation
- Command Palette
- Keyboard Shortcuts
- Auto-Update
Configuration
Project