1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 01:26:03 +02:00

xh: remove irrevelant example

This commit is contained in:
gbaranski 2021-04-05 15:50:19 +02:00 committed by Starbeamrainbowlabs
parent 5898f92cee
commit ef319c8240

View file

@ -19,10 +19,6 @@
`xh get {{httpbin.org/get}} {{header-name:header-value}}`
- Send a PUT request and pipe the result to less:
`xh put {{httpbin.org/put}} {{id:=49}} {{age:=25}} | less`
- Make a GET request and save the response body to a file:
`xh --download {{httpbin.org/json}} --output {{path/to/file}}`