httpie

Installation
SKILL.md

HTTPie CLI

HTTPie (http / https) is a human-friendly CLI HTTP client. It defaults to colorized, formatted output and expressive shorthand syntax.

Synopsis

http [flags] [METHOD] URL [ITEM ...]
https [flags] [METHOD] URL [ITEM ...]

https is identical to http but defaults the scheme to https://.

Method defaults

Omit METHOD and HTTPie infers it:

  • No body → GET
  • Body present → POST
Installs
6
GitHub Stars
6
First Seen
Aug 12, 2026
httpie — zettersten/skills