1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 07:55:33 +02:00

Reduced the number of examples

This commit is contained in:
Jakub Roztočil 2016-02-29 01:22:04 +08:00
parent 1d062a94f0
commit 927e44ca26

View file

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