diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-30 17:09:43 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-02-01 00:40:31 -0600 |
commit | 4738c94b6ef096c09b6e65e7291393c9230655e3 (patch) | |
tree | af72527382844db5406d586b2aae3d17ef30daae /network/httpie/README | |
parent | 811e7621b47cde6ff3d7bae28cfe2076b313eaae (diff) | |
download | slackbuilds-4738c94b6ef096c09b6e65e7291393c9230655e3.tar.gz |
network/httpie: Added (command line HTTP client).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/httpie/README')
-rw-r--r-- | network/httpie/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/network/httpie/README b/network/httpie/README new file mode 100644 index 0000000000..eb39809b52 --- /dev/null +++ b/network/httpie/README @@ -0,0 +1,7 @@ +HTTPie: a CLI, cURL-like tool for humans. + +HTTPie is a command line HTTP client. Its goal is to make CLI interaction +with web services as human-friendly as possible. It provides a +simple http command that allows for sending arbitrary HTTP requests using a +simple and natural syntax, and displays colorized responses. HTTPie can be used +for testing, debugging, and generally interacting with HTTP servers. |