Describe content_disposition in Texinfo manual.

This commit is contained in:
Micah Cowan 2007-10-03 11:18:21 -07:00
parent ca6653c7b8
commit c40b95b23e
2 changed files with 12 additions and 1 deletions

View 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>

View 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.