Cake.Curl Namespace

Class Types

Class Summary
CurlAliases

Contains aliases related to curl.

In order to use the commands for this add-in, a version of curl will need to be installed on the machine where the Cake script is being executed. While curl is usually included in most Unix-based operating systems, you will likely have to install it yourself on Windows. The Windows version of curl is also part of Cygwin.

#addin Cake.Curl
CurlDownloadRunner The curl runner to download files from remote URLs.
CurlDownloadSettings Contains the settings used by curl when downloading one or more files from remote URLs.
CurlSettings Contains the settings used by curl.
CurlUploadRunner The curl runner to upload files to a remote URL.