Linux command
resto 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Launch the HTTP request TUI
resto
Send a GET request
resto get [https://api.example.com/endpoint]
Send a POST request
resto post [https://api.example.com/endpoint]
说明
resto is a CLI and TUI tool for sending HTTP and API requests with formatted output. It supports GET, POST, PUT, PATCH, and DELETE methods, Basic Auth and Bearer Token authentication, and an editor mode for composing request bodies. The TUI panel is accessible with Ctrl+P.
FAQ
What is the resto command used for?
resto is a CLI and TUI tool for sending HTTP and API requests with formatted output. It supports GET, POST, PUT, PATCH, and DELETE methods, Basic Auth and Bearer Token authentication, and an editor mode for composing request bodies. The TUI panel is accessible with Ctrl+P.
How do I run a basic resto example?
Run `resto` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more resto examples?
This page includes 3 examples for resto, plus related commands for nearby Linux tasks.