Browse Source

http: add the missing example to HTTPie (see discussion in #808)

Igor Shubovych 9 years ago
parent
commit
30433c622b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pages/common/http.md

+ 4 - 0
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`