Merge topic 'file-curl-httpheader'

8f6cb366 file(DOWNLOAD|UPLOAD): Add HTTPHEADER suboption
This commit is contained in:
Brad King
2016-09-16 10:21:23 -04:00
committed by CMake Topic Stage
10 changed files with 58 additions and 0 deletions
+3
View File
@@ -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>``