mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
made -G set request type
This commit is contained in:
parent
30d5401f31
commit
51d602f973
@ -1344,6 +1344,8 @@ static ParameterError getparameter(char *flag, /* f or -long-flag */
|
|||||||
|
|
||||||
case 'G': /* HTTP GET */
|
case 'G': /* HTTP GET */
|
||||||
config->use_httpget = TRUE;
|
config->use_httpget = TRUE;
|
||||||
|
if(SetHTTPrequest(HTTPREQ_GET, &config->httpreq))
|
||||||
|
return PARAM_BAD_USE;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'h': /* h for help */
|
case 'h': /* h for help */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user