http-prompt

Interactive CLI HTTP client with autocomplete and syntax highlighting

brewmacoslinux
Try with needOr install directly
Source

About

Interactive command-line HTTP client with autocomplete and syntax highlighting

Commands

http-prompt

Examples

Start an interactive session with a base URL$ http-prompt https://api.example.com
Make a GET request to an endpoint with query parameters$ http-prompt https://api.example.com GET /users?page=1
Send a POST request with JSON body$ http-prompt https://api.example.com POST /users {"name": "John", "email": "john@example.com"}