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"]`