From 927e44ca261eb542f400cfc478d5b60020296809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Rozto=C4=8Dil?= Date: Mon, 29 Feb 2016 01:22:04 +0800 Subject: [PATCH] Reduced the number of examples --- pages/common/http.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pages/common/http.md b/pages/common/http.md index 3203b37996..8578a5a403 100644 --- a/pages/common/http.md +++ b/pages/common/http.md @@ -29,11 +29,3 @@ - Specify raw request body via stdin: `cat data.txt | http PUT example.org` - -- View both the response and the request being sent: - -`http -v {{example.org}}` - -- Send JSON object with non-string fields: - -`http {{example.org}} {{name='bob'}} {{age:=29}} {{married:=false}} hobbies:='["http", "pies"]`