http: add --follow example (#7737)

This commit is contained in:
Lars Decker
2022-02-17 11:46:07 +01:00
committed by GitHub
parent 45f7d27512
commit b02d5dc9f1

View File

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