💾 Archived View for freeshell.de › tldr › http.gmi captured on 2023-07-10 at 14:38:21. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

http

HTTPie: HTTP client, aims to be easier to use than cURL.

More information.

http --download {example.org}
http --form {example.org} {name='bob'} {profile_picture@'bob.png'}
http {example.org} {name='bob'}
http {HEAD} {example.org}
http {example.org} {X-MyHeader:123}
http --auth {username:password} {example.org}
cat {data.txt} | http PUT {example.org}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY