WeSearch

Slumber a TUI HTTP Client

·1 min read · 0 reactions · 0 comments · 9 views
#software#technology#http client
⚡ TL;DR · AI summary

Slumber is a terminal-based HTTP client designed for interacting with REST and other HTTP clients. It offers two modes: a Terminal User Interface (TUI) for interactive use and a Command Line Interface (CLI) for quick requests. The client aims to be user-friendly, configurable, and easily shareable, with configurations defined in a YAML file.

Key facts
Original article
Lucaspickering
Read full at Lucaspickering →
Opening excerpt (first ~120 words) tap to expand

Introduction Slumber is a terminal-based HTTP client, built for interacting with REST and other HTTP clients. It has two usage modes: Terminal User Interface (TUI) and Command Line Interface (CLI). The TUI is the most useful, and allows for interactively sending requests and viewing responses. The CLI is useful for sending quick requests and scripting. The goal of Slumber is to be easy to use, configurable, and sharable. To that end, configuration is defined in a YAML file called the request collection. Both usage modes (TUI and CLI) share the same basic configuration, which is called the request collection. Check out the Getting Started guide to try it out, or move onto Key Concepts to start learning in depth about Slumber.

Excerpt limited to ~120 words for fair-use compliance. The full article is at Lucaspickering.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from Lucaspickering