mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 14:15:33 +02:00
http: add --follow example (#7737)
This commit is contained in:
parent
45f7d27512
commit
b02d5dc9f1
1 changed files with 4 additions and 0 deletions
|
@ -30,3 +30,7 @@
|
||||||
- Download a file:
|
- Download a file:
|
||||||
|
|
||||||
`http --download {{https://example.com}}`
|
`http --download {{https://example.com}}`
|
||||||
|
|
||||||
|
- Follow redirects and show intermediary requests and responses:
|
||||||
|
|
||||||
|
`http --follow --all {{https://example.com}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue