libcurl如何在cpp中请求HTTPS

时间:2017-09-10 16:06:41

标签: c++ curl https

ERROR in ./~/css-loader?{"importLoaders":1}!./~/postcss-loader!./src/css/style.css
Module build failed: Error: No configuration provided for /Users/hoyhym/Desktop/test/src/css/style.css
    at module.exports (/Users/hoyhym/Desktop/test/node_modules/stylelint/lib/utils/configurationError.js:8:27)
    at stylelint._fullExplorer.load.then.then.config (/Users/hoyhym/Desktop/test/node_modules/stylelint/lib/getConfigForFile.js:39:13)
 @ ./src/css/style.css 4:14-142 13:2-17:4 14:20-148
 @ multi (webpack)-dev-server/client?http://localhost:3000 webpack/hot/dev-server ./~/react-dev-utils/webpackHotDevClient.js ./src/css/style.css ./src/js/script.js

错误消息是不支持的协议

http网站没问题,但https网站不起作用

我应该在curl_easy_setopt()

中添加什么

0 个答案:

没有答案