mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-05 04:55:49 +02:00
Reduced the number of examples
This commit is contained in:
parent
1d062a94f0
commit
927e44ca26
1 changed files with 0 additions and 8 deletions
|
@ -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"]`
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue