Browse by type
Note: This project is currently a Work in Progress (WIP).
Setu is a modern, minimal, and high-performance API testing application built with Rust and GPUI.



Clone the repository:
bash
git clone https://github.com/bajrangCoder/setu.git
cd setu
Run in development mode:
bash
cargo run
Build release binary:
bash
cargo build --release
text
{{base_url}}/users
Authorization: Bearer {{token}}{{ in any field to open the variable autocomplete popup.| Shortcut | Action |
|---|---|
| ⌘ + ↵ / ⌃ + ↵ | Send Request |
| ⌘ + N | New Tab / Request |
| ⌘ + D | Duplicate Request |
| Shortcut | Action |
|---|---|
| ⌃ + Tab | Next Tab |
| ⌘ + Shift + ] / ⌥ + ⌘ + → | Next Tab |
| ⌃ + Shift + Tab | Previous Tab |
| ⌘ + Shift + [ / ⌥ + ⌘ + ← | Previous Tab |
| ⌘ + W | Close Tab |
| ⌘ + Shift + W | Close All Tabs |
| ⌘ + Option + W | Close Other Tabs |
| ⌘ + 1 ... 8 | Go to Tab 1–8 |
| ⌘ + 9 | Go to Last Tab |
| Shortcut | Action |
|---|---|
| ⌘ + L / ⌘ + U | Focus URL Bar |
| ⌘ + Shift + B | Switch to Body Tab |
| ⌘ + Shift + P | Switch to Params Tab |
| ⌘ + Shift + H | Switch to Headers Tab |
| ⌘ + Shift + A | Switch to Auth Tab |
| ⌘ + Option + B | Switch to Response Body |
| ⌘ + Option + H | Switch to Response Headers |
| Shortcut | Method |
|---|---|
| ⌥ + G | GET |
| ⌥ + P | POST |
| ⌥ + U | PUT |
| ⌥ + D | DELETE |
| ⌥ + A | PATCH |
| ⌥ + H | HEAD |
| ⌥ + O | OPTIONS |
| Shortcut | Action |
|---|---|
| ⌘ + K / ⌘ + P | Command Palette |
| ⌘ + B / ⌘ + \ | Toggle Sidebar |
| ⌘ + Q | Quit Application |
Distributed under the MIT License.
browse all types & interfaces →