]> sjero.net Git - wget/commitdiff
Describe content_disposition in Texinfo manual.
authorMicah Cowan <micah@cowan.name>
Wed, 3 Oct 2007 18:18:21 +0000 (11:18 -0700)
committerMicah Cowan <micah@cowan.name>
Wed, 3 Oct 2007 18:18:21 +0000 (11:18 -0700)
doc/ChangeLog
doc/wget.texi

index 96e85b5086946239f35a16bfa3079bc134cbf88e..783eb880f4d2e422f09a30ba8fc210508917de11 100644 (file)
@@ -1,7 +1,8 @@
 2007-10-03  Micah Cowan  <micah@cowan.name>
 
        * wget.texi <Wgetrc Commands>: Cleaned up alphabetization,
-       more consistent use of underscores.
+       more consistent use of underscores. Added a description of the
+       content_disposition wgetrc command.
 
 2007-10-01  Micah Cowan  <micah@cowan.name>
 
index 73259cfda5c9cd431b8c7ec155ced3fb3fdc4c68..37950504f06e229e3cbbb6f5341be2ab80556c57 100644 (file)
@@ -2551,6 +2551,16 @@ the specified client authorities.  The default is ``on''.  The same as
 @item connect_timeout = @var{n}
 Set the connect timeout---the same as @samp{--connect-timeout}.
 
+@item content_disposition = on/off
+If this is set to on, experimental (not fully-functional) support for
+@samp{Content-Disposition} headers is enabled. This can currently result in
+extra round-trips to the server for a @samp{HEAD} request, which is why
+it is not currently enabled by default.
+
+This option is useful for some file-downloading CGI programs that use
+@samp{Content-Disposition} headers to describe what the name of a
+downloaded file should be.
+
 @item continue = on/off
 If set to on, force continuation of preexistent partially retrieved
 files.  See @samp{-c} before setting it.