From c40b95b23e1d7bc1618b254abb17b5db45bcae3c Mon Sep 17 00:00:00 2001 From: Micah Cowan Date: Wed, 3 Oct 2007 11:18:21 -0700 Subject: [PATCH] Describe content_disposition in Texinfo manual. --- doc/ChangeLog | 3 ++- doc/wget.texi | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 96e85b50..783eb880 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,7 +1,8 @@ 2007-10-03 Micah Cowan * wget.texi : 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 diff --git a/doc/wget.texi b/doc/wget.texi index 73259cfd..37950504 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -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. -- 2.39.2