1 repository
Interactive command-line shells for constructing and sending HTTP requests with autocomplete and syntax highlighting.
Distinct from Interactive Shells: Distinct from Interactive Shells: specifically designed for HTTP API interaction rather than general-purpose programming language REPLs.
Explore 1 awesome GitHub repository matching development tools & productivity · HTTP Shells. Refine with filters or upvote what's useful.
HTTP Prompt is an interactive command-line HTTP client built on top of HTTPie, providing a read-eval-print loop (REPL) shell for exploring and testing APIs. It wraps HTTPie's request-building and response-parsing capabilities into a persistent session that tracks current URL, headers, and other context, enabling rapid iteration on API calls without leaving the terminal. The tool distinguishes itself through its interactive shell environment, which includes context-aware tab completion for HTTP methods, URLs, headers, and body parameters, along with terminal-based syntax highlighting for both
Launch a command-line REPL that sends HTTP requests and displays responses with autocomplete and syntax highlighting.