https://github.com/root27/termapi
Cli tool for HTTP inspection
https://github.com/root27/termapi
api go gocui inspector terminal
Last synced: 17 days ago
JSON representation
Cli tool for HTTP inspection
- Host: GitHub
- URL: https://github.com/root27/termapi
- Owner: root27
- Created: 2024-08-21T12:33:24.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T12:53:37.000Z (almost 2 years ago)
- Last Synced: 2025-11-22T21:03:10.466Z (6 months ago)
- Topics: api, go, gocui, inspector, terminal
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Http Inspector via terminal
Simple terminal http inspector in golang
## Key Mappings
You can find key shortcuts in the table below.
| Key | Function |
| --- | --- |
| `Ctrl+S`| `Send request`|
| `Ctrl+R`| `Send new request`|
| `Ctrl+E`| `Save response`|
| `Ctrl+C`| `Quit`|
| `Tab`| `Next view`|
| `Esc`| `Close the save modal`|
## Binaries
You can find binary releases [here](https://github.com/root27/termapi/releases)