💾 Archived View for freeshell.de › tldr › http.gmi captured on 2024-02-05 at 11:17:34. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
HTTPie: HTTP client, aims to be easier to use than cURL.
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).