]> sjero.net Git - wget/blobdiff - src/options.h
Add a generic --method command to set a method in HTTP Requests.
[wget] / src / options.h
index 44e0a703c0b55e60f2c447579f983512e5070510..ed38617a866139dfefe476b7d6d7dd942bf4245e 100644 (file)
@@ -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,