Curl.perform

perform the curl request by doing the HTTP,FTP etc. as it has been setup beforehand.

struct Curl
perform
(
ThrowOnError throwOnError = Yes.throwOnError
)

Parameters

throwOnError ThrowOnError

whether to throw an exception or return a CurlCode on error

Meta