Curlie preview
curlie

Curlie

HTTPie-like interface for curl

3.6k|stable|v1.8.2
HTTPie syntax — Write HTTP requests with HTTPie's intuitive command syntax.
Full curl compatibility — Access all curl options without losing functionality or performance.
Pretty-printed JSON — Automatically formats JSON responses when run interactively.
Streaming output — Formats data on-the-fly without buffering for real-time debugging.
Curlie bridges HTTPie's user-friendly interface with curl's full feature set. It accepts HTTPie-style syntax but passes through to curl, giving you the best of both worlds. Headers go to stderr like curl, output streams in real-time, and you can always inspect the generated curl command with --curl.
Source on GitHub
pavilion