LinuxCommandLibrary

resto

Send pretty HTTP and API requests with TUI

TLDR

Launch the HTTP request TUI
$ resto
copy
Send a GET request
$ resto get [https://api.example.com/endpoint]
copy
Send a POST request
$ resto post [https://api.example.com/endpoint]
copy

SYNOPSIS

resto [command] [options] [url]

DESCRIPTION

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.

HISTORY

resto was created by abdfnx and is written in Go.

SEE ALSO

curl(1), httpie(1), posting(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard