Skip to content

Commit

Permalink
xh: remove irrevelant example
Browse files Browse the repository at this point in the history
  • Loading branch information
gbaranski authored and sbrl committed Apr 19, 2021
1 parent 5898f92 commit ef319c8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pages/common/xh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}`

0 comments on commit ef319c8

Please sign in to comment.