From 30433c622bf590c14e138e752e5712227700cc82 Mon Sep 17 00:00:00 2001 From: Igor Shubovych Date: Mon, 29 Feb 2016 11:47:42 +0200 Subject: [PATCH] http: add the missing example to HTTPie (see discussion in #808) --- pages/common/http.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/http.md b/pages/common/http.md index ca7ef4efa..8578a5a40 100644 --- a/pages/common/http.md +++ b/pages/common/http.md @@ -25,3 +25,7 @@ - Pass a user name and password for server authentication: `http -a {{username:password}} {{example.org}}` + +- Specify raw request body via stdin: + +`cat data.txt | http PUT example.org`