From 9179bb7131d6f4723ecb050d4821d138e7ef6df2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Rozto=C4=8Dil?= Date: Mon, 29 Feb 2016 14:26:07 +0800 Subject: [PATCH] Commands-- --- pages/common/http.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pages/common/http.md b/pages/common/http.md index 8578a5a40..ca7ef4efa 100644 --- a/pages/common/http.md +++ b/pages/common/http.md @@ -25,7 +25,3 @@ - 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`