]> sjero.net Git - wget/blobdiff - src/init.c
[svn] Add the POST method.
[wget] / src / init.c
index 14b5c4b74de9a3fe538dfc93b8b30e044c833fc7..0a5bc633d70befb4668dfa2d2e2d2c89304e73dc 100644 (file)
@@ -158,6 +158,8 @@ static struct {
   { "pagerequisites",  &opt.page_requisites,   cmd_boolean },
   { "passiveftp",      &opt.ftp_pasv,          cmd_lockable_boolean },
   { "passwd",          &opt.ftp_pass,          cmd_string },
+  { "postdata",                &opt.post_data,         cmd_string },
+  { "postfile",                &opt.post_file_name,    cmd_file },
   { "progress",                &opt.progress_type,     cmd_spec_progress },
   { "proxypasswd",     &opt.proxy_passwd,      cmd_string },
   { "proxyuser",       &opt.proxy_user,        cmd_string },