From b02d5dc9f1f4eb7e1016b2b08e4deaa0b4ed27d1 Mon Sep 17 00:00:00 2001 From: Lars Decker Date: Thu, 17 Feb 2022 11:46:07 +0100 Subject: [PATCH] http: add --follow example (#7737) --- pages/linux/httpie.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/httpie.md b/pages/linux/httpie.md index e7dc7d22a9..2cdb7d2ffe 100644 --- a/pages/linux/httpie.md +++ b/pages/linux/httpie.md @@ -30,3 +30,7 @@ - Download a file: `http --download {{https://example.com}}` + +- Follow redirects and show intermediary requests and responses: + +`http --follow --all {{https://example.com}}`