mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Describe content_disposition in Texinfo manual.
This commit is contained in:
parent
ca6653c7b8
commit
c40b95b23e
@ -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>
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user