Documentation
¶
Overview ¶
Command rest-tui is a full-screen terminal app for browsing and running IntelliJ HTTP Client (.http) scratch files without leaving the terminal.
Directories
¶
| Path | Synopsis |
|---|---|
|
internal
|
|
|
dirhistory
Package dirhistory persists a local record of directories passed via -dir, so past directories can be browsed and switched to from the TUI.
|
Package dirhistory persists a local record of directories passed via -dir, so past directories can be browsed and switched to from the TUI. |
|
env
Package env loads IntelliJ HTTP Client environment files (http-client.env.json / http-client.private.env.json) and resolves {{variable}} placeholders against them.
|
Package env loads IntelliJ HTTP Client environment files (http-client.env.json / http-client.private.env.json) and resolves {{variable}} placeholders against them. |
|
executor
Package executor sends a parsed, variable-resolved httpfile.Request over the network and captures its response.
|
Package executor sends a parsed, variable-resolved httpfile.Request over the network and captures its response. |
|
history
Package history persists a local record of executed requests/responses as a single JSON file, so past runs can be browsed and re-run from the TUI.
|
Package history persists a local record of executed requests/responses as a single JSON file, so past runs can be browsed and re-run from the TUI. |
|
httpfile
Package httpfile parses IntelliJ HTTP Client (.http) scratch files.
|
Package httpfile parses IntelliJ HTTP Client (.http) scratch files. |
|
output
Package output turns a captured HTTP response into a human-readable string: status line, headers, and a pretty-printed (optionally colored) body.
|
Package output turns a captured HTTP response into a human-readable string: status line, headers, and a pretty-printed (optionally colored) body. |
|
tui
Package tui implements rest-tui's full-screen terminal application: a Browser screen for finding .http files and requests, a Request view for resolving variables and sending a request, and a History screen for reviewing and re-running past executions.
|
Package tui implements rest-tui's full-screen terminal application: a Browser screen for finding .http files and requests, a Request view for resolving variables and sending a request, and a History screen for reviewing and re-running past executions. |
Click to show internal directories.
Click to hide internal directories.