https://github.com/elfive/curl_test
A Simple Demo based on libcurl and openssl,in which you can do download/post/get/https get. other function is easy to go.
https://github.com/elfive/curl_test
Last synced: 7 months ago
JSON representation
A Simple Demo based on libcurl and openssl,in which you can do download/post/get/https get. other function is easy to go.
- Host: GitHub
- URL: https://github.com/elfive/curl_test
- Owner: elfive
- Created: 2016-11-07T07:20:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-07T07:38:03.000Z (over 9 years ago)
- Last Synced: 2025-03-05T10:18:10.282Z (over 1 year ago)
- Language: C++
- Size: 1.24 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CURL_TEST
**A Simple Demo based on boost, libcurl and openssl, in which you can do download/post/get/https get**. Other function is easy to go.
When Downloaded,you need to go to [Project->properties] to setup you own boost, libcurl and spenssl path.
**(include lib path, header file folder path, etc...)**;
And please note:
that your lib should build under **MT/MTd** mode;
you Dll should build under **MD/MDd** mode or just use mine(in $(ProjectDir)\res\dll\);
一个基于boost、libcurl和openssl的demo,已经实现了x断点续传下载文件,发送http get和post、https get功能,其他功能扩展起来比较容易。
当下载好工程之后,你需要在工程属性中设置好自己boost库、libcurl库和openssl库的路径,包括头文件引用的目录等等
需要注意的是:
你编译的静态库必须是MT/MTd模式下生成的;动态库则是MD/MDd模式下生成的。或者干脆用我附带的Dll也行。