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}}`