X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;h=ed38617a866139dfefe476b7d6d7dd942bf4245e;hp=44e0a703c0b55e60f2c447579f983512e5070510;hb=6c30653a1aad1dd2125122adfd477480cc9c9ca5;hpb=edbeaa0c4e157704e237936848f40872ff6b42a8 diff --git a/src/options.h b/src/options.h index 44e0a703..ed38617a 100644 --- a/src/options.h +++ b/src/options.h @@ -228,6 +228,9 @@ struct options char *post_data; /* POST query string */ char *post_file_name; /* File to post */ + char *method; /* HTTP Method to use in Header */ + char *body_data; /* HTTP Method Data String */ + char *body_file; /* HTTP Method File */ enum { restrict_unix,