| Crates.io | poke-http |
| lib.rs | poke-http |
| version | 0.1.0 |
| created_at | 2025-12-24 10:15:04.710176+00 |
| updated_at | 2025-12-24 10:15:04.710176+00 |
| description | Interactive terminal client for .http files |
| homepage | |
| repository | https://github.com/mmodzelewski/poke-http |
| max_upload_size | |
| id | 2002952 |
| size | 93,136 |
An interactive terminal client for .http files.
.http files (VS Code REST Client / IntelliJ format)cargo install poke-http
Or build from source:
git clone https://github.com/mmodzelewski/poke-http
cd poke-http
cargo install --path .
poke api.http
| Key | Action |
|---|---|
j / ↓ |
Move down |
k / ↑ |
Move up |
Enter |
Execute selected request |
Tab |
Switch focus between panels |
q |
Quit |
Ctrl+C |
Quit |
### Get all users
GET https://api.example.com/users
Authorization: Bearer token123
### Create a user
POST https://api.example.com/users
Content-Type: application/json
{
"name": "John Doe",
"email": "john@example.com"
}
#### or //{{baseUrl}})