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:
parent
5898f92cee
commit
ef319c8240
1 changed files with 0 additions and 4 deletions
|
@ -19,10 +19,6 @@
|
||||||
|
|
||||||
`xh get {{httpbin.org/get}} {{header-name:header-value}}`
|
`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:
|
- Make a GET request and save the response body to a file:
|
||||||
|
|
||||||
`xh --download {{httpbin.org/json}} --output {{path/to/file}}`
|
`xh --download {{httpbin.org/json}} --output {{path/to/file}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue