diff options
author | Ruslan Baratov <ruslan_baratov@yahoo.com> | 2016-09-15 05:38:12 (GMT) |
---|---|---|
committer | Ruslan Baratov <ruslan_baratov@yahoo.com> | 2016-09-15 18:41:39 (GMT) |
commit | 8f6cb36695df3ded9e242c35c4b0e79850d24a31 (patch) | |
tree | c8a7084d9d6a21a902fb80c52f8aac2b0dc7ebe3 /Help/command/file.rst | |
parent | 100817dc5d190ec7b8b4fe3ef822b6df9e5e7c67 (diff) | |
download | CMake-8f6cb36695df3ded9e242c35c4b0e79850d24a31.zip CMake-8f6cb36695df3ded9e242c35c4b0e79850d24a31.tar.gz CMake-8f6cb36695df3ded9e242c35c4b0e79850d24a31.tar.bz2 |
file(DOWNLOAD|UPLOAD): Add HTTPHEADER suboption
Diffstat (limited to 'Help/command/file.rst')
-rw-r--r-- | Help/command/file.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/command/file.rst b/Help/command/file.rst index f8727f0..77e9f62 100644 --- a/Help/command/file.rst +++ b/Help/command/file.rst @@ -225,6 +225,9 @@ Options to both ``DOWNLOAD`` and ``UPLOAD`` are: ``USERPWD <username>:<password>`` Set username and password for operation. +``HTTPHEADER <HTTP-header>`` + HTTP header for operation. Suboption can be repeated several times. + Additional options to ``DOWNLOAD`` are: ``EXPECTED_HASH ALGO=<value>`` |