httpie
HTTPie is an open-source command-line HTTP client designed to make interacting with web services from the terminal more human-friendly. It provides a simple, expressive syntax for constructing HTTP requests and produces readable, colorized responses. HTTPie is built with Python and is intended as an intuitive alternative to curl for testing and debugging APIs.
Key features include support for standard HTTP methods, automatic JSON handling, form data, file uploads, and
Usage examples demonstrate its readable approach: http GET https://httpbin.org/get; http POST https://httpbin.org/post name=value; http --session=username GET
HTTPie is cross-platform, running on Linux, macOS, and Windows, and can be installed via pip, Homebrew, or