HTTPie: ein benutzerfreundliches HTTP-Tool. Weitere Informationen: https://httpie.io/docs/cli/usage.
http {{https://example.com}}
H
: Header der Anfrage, B
: Body der Anfrage, h
: Header der Antwort, b
: Body der Antwort, m
: Metadaten der Antwort):http --print {{H|B|h|b|m|Hh|Hhb|...}} {{https://example.com}}
http {{GET|POST|HEAD|PUT|PATCH|DELETE|...}} --proxy {{http|https}}:{{http://localhost:8080|socks5://localhost:9050|...}} {{https://example.com}}
3xx
-Umleitungen und spezifiziere zusätzliche Header für die Anfrage:http {{-F|--follow}} {{https://example.com}} {{'User-Agent: Mozilla/5.0' 'Accept-Encoding: gzip'}}
http --auth {{username:password|token}} --auth-type {{basic|digest|bearer}} {{GET|POST|...}} {{https://example.com/auth}}
http --offline {{GET|DELETE|...}} {{https://example.com}}
http --session {{session_name|path/to/session.json}} {{--auth username:password https://example.com/auth API-KEY:xxx}}
<input type="file" name="cv" />
definiert ist):http --form {{POST}} {{https://example.com/upload}} {{cv@path/to/file}}