From ef319c82407836b9849b78c248f417a52437e989 Mon Sep 17 00:00:00 2001 From: gbaranski Date: Mon, 5 Apr 2021 15:50:19 +0200 Subject: [PATCH] xh: remove irrevelant example --- pages/common/xh.md | 4 ---- 1 file changed, 4 deletions(-) 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}}`