mirror of
https://github.com/curl/curl.git
synced 2026-05-20 01:16:22 +03:00
parent
d02d8d93ff
commit
c8210ef06d
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue