get.d: provide more useful examples

Closes #7668
This commit is contained in:
Daniel Stenberg 2021-09-03 10:14:06 +02:00
parent d02d8d93ff
commit c8210ef06d
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -3,6 +3,8 @@ Short: G
Help: Put the post data in the URL and use GET
Category: http upload
Example: --get $URL
Example: --get -d "tool=curl" -d "age=old" $URL
Example: --get -I -d "tool=curl" $URL
---
When used, this option will make all data specified with --data, --data-binary
or --data-urlencode to be used in an HTTP GET request instead of the POST