4 lines
174 B
Text
4 lines
174 B
Text
|
|
var CURL=Import("zklCurl"), c=CURL();
|
||
|
|
c.setOpt("SSLCERT","certFile.pem"); c.setOpt("SSLCERTTYPE","pem");
|
||
|
|
c.get("http://zenkinetic.com"); // lame example to show how to read
|