]> sjero.net Git - wget/blobdiff - NEWS
[svn] Add the POST method.
[wget] / NEWS
diff --git a/NEWS b/NEWS
index 206636ed3082fb8a9d6cf3c433835806c81d29cb..083e26c80c9da89c0e44c4ff1a7031c5a2ba9cc3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,10 @@ Please send GNU Wget bug reports to <bug-wget@gnu.org>.
 \f
 * Changes in Wget 1.9.
 
+** It is now possible to specify that POST method be used for HTTP
+requests.  For example, `wget --post-data="id=foo&data=bar" URL' will
+send a POST request with the specified contents.
+
 ** IPv6 is experimentally supported.
 
 ** The `--timeout' option now affects the connect timeout as well.