Reduced the number of examples
This commit is contained in:
@@ -29,11 +29,3 @@
|
|||||||
- Specify raw request body via stdin:
|
- Specify raw request body via stdin:
|
||||||
|
|
||||||
`cat data.txt | http PUT example.org`
|
`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"]`
|
|
||||||
|
Reference in New Issue
Block a user