Browse Source

Reduced the number of examples

Jakub Roztočil 9 years ago
parent
commit
927e44ca26
1 changed files with 0 additions and 8 deletions
  1. 0 8
      pages/common/http.md

+ 0 - 8
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"]`