diff --git a/pages/common/xh.md b/pages/common/xh.md index 78340d4189..414a24886d 100644 --- a/pages/common/xh.md +++ b/pages/common/xh.md @@ -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}}`