nix-config/httpie
2018-11-18 14:05:12 -05:00
..
.httpie stow: Split extras into separate packages 2018-11-15 12:38:45 -05:00
README.md docs: Add READMEs for feh, httpie, and yay 2018-11-18 14:05:12 -05:00

httpie

httpie is an alternative to curl and wget.

Use Cases

httpie can be used to:

  • View HTTP request and response headers
  • Print, with syntax highlighting, the response body of a URL
  • Download any kind of content from a given URL

You should not use httpie if:

  • You are working on a server that already has curl or wget available