http: add --follow example (#7737)

feature/windows-fix-syntax-2
Lars Decker 2022-02-17 11:46:07 +01:00 committed by GitHub
parent 45f7d27512
commit b02d5dc9f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

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