Are you over 18 and want to see adult content?
More Annotations

A complete backup of easyafrikaans.com
Are you over 18 and want to see adult content?

A complete backup of themoviehouse.com
Are you over 18 and want to see adult content?

A complete backup of soapoperadigest.com
Are you over 18 and want to see adult content?

A complete backup of electrifyamerica.com
Are you over 18 and want to see adult content?

A complete backup of serieshdpormega.com
Are you over 18 and want to see adult content?

A complete backup of trailblazerclub.ru
Are you over 18 and want to see adult content?

A complete backup of guimadrum.com.br
Are you over 18 and want to see adult content?
Favourite Annotations

A complete backup of mauditsfrancais.ca
Are you over 18 and want to see adult content?

A complete backup of houseofawareness.com
Are you over 18 and want to see adult content?

A complete backup of bancos-chile.com
Are you over 18 and want to see adult content?

A complete backup of amexgiftcard.com
Are you over 18 and want to see adult content?

A complete backup of hoctruongdoi.com
Are you over 18 and want to see adult content?

A complete backup of dailymactips.com
Are you over 18 and want to see adult content?

A complete backup of projectsdeal.co.uk
Are you over 18 and want to see adult content?
Text
HTTPie
Docs Demo GitHub
Donate
HTTPie_—aitch-tee-tee-pie—_is a command line HTTP client with an intuitive UI, JSON support, syntax highlighting, wget-like downloads,plugins, and more.
Install Try online Read docs Comparison of the same request sent with HTTPie and cURL. HTTPie consists of a single http command designed for painless debugging and interaction with HTTP servers, RESTful APIs, and web services, which it accomplishes by:* Sensible defaults
* Expressive and intuitive command syntax * Colorized and formatted terminal output * Built-in JSON support * Persistent sessions * Forms and file uploads * HTTPS, proxies, and authentication support * Support for arbitrary request data and headers * Wget-like downloads* Extensions
* Linux, macOS, and Windows support* And more…
See all features
INSTALLATION
HTTPie can be installed on any operating system. $install httpie
Read more
GETTING STARTED
Hello World:
▶ run$ http https://httpie.org/hello Custom HTTP method , HTTP headersand JSON data:
▶ run$ http PUT httpbin.org/put X-API-Token:123 name=JohnSubmitting forms :
▶ run$ http -f POST httpbin.org/post hello=World See the request that is being sent using one of the output options:
▶ run$ http -v httpbin.org/get Build and print a request without sending it using offline mode:
▶ run$ http --offline httpbin.org/post hello=offlineUse Github API
to
post a comment on an issuewith
authentication :
▶ run$ http -a USERNAME POST https://api.github.com/repos/jakubroztocil/httpie/issues/83/comments body='HTTPie is awesome! :heart:' Upload a file using redirected input : ▶ run$ http httpbin.org/post < files/data.json Download a file and save it via redirected output:
▶ run$ http httpbin.org/image/png > image.png Download a file wget style: ▶ run$ http --download httpbin.org/image/png Use named sessions to make certain aspects of the communication persistent between requests to the same host: ▶ run$ http --session=logged-in -a username:password httpbin.org/get API-Key:123 ▶ run$ http --session=logged-in httpbin.org/headers Set a custom Host header to work around missing DNS records: ▶ run$ http localhost:8000 Host:example.com Learn more in the docsTESTIMONIALS
More #love on Twitter,
GitHub
Share on Twitter
Follow @clihttp
NEWSLETTER
Join the occasional HTTPie newsletter for news and tips.Subscribe
2012–20 @jakubroztocila subtle app ❧
Details
Copyright © 2023 ArchiveBay.com. All rights reserved. Terms of Use | Privacy Policy | DMCA | 2021 | Feedback | Advertising | RSS 2.0