X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;h=ed38617a866139dfefe476b7d6d7dd942bf4245e;hp=44e0a703c0b55e60f2c447579f983512e5070510;hb=90896e3314dc1741fbfa9ac53631af43ca7b530e;hpb=96418c68851d00fd66014d2dc7bd46b3d715e525 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,