1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 08:15:23 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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