Revision 1c2e454e
ID | 1c2e454ee4a4572f909536b2141caf70b088c938 |
[FEATURE] Add setOption() to CurlEngine
This allows to configure cURL in the CurlEngine. Examples for use are
proxy server settings or SSL certification handling::
$engine = new CurlEngine();
$engine->setOption(CURLOPT_PROXY, '127.0.0.1');
$engine->setOption(CURLOPT_PROXYPORT, 8888);
In addition the singleton scope of the CurlEngine is removed.
Change-Id: I5054c91c8b61f6f2d14eba14b86136946c897115
Resolves: #43903
Releases: master
- added
- modified
- copied
- renamed
- deleted