curlcpp icon indicating copy to clipboard operation
curlcpp copied to clipboard

An object oriented C++ wrapper for CURL (libcurl)

Results 17 curlcpp issues
Sort by recently updated
recently updated
newest added

[urlcpp](https://github.com/JosephP91/curlcpp/tree/8b4bbdf4e7deb1581bf6351c03c4fdb5b849a76c)/[test](https://github.com/JosephP91/curlcpp/tree/8b4bbdf4e7deb1581bf6351c03c4fdb5b849a76c/test)/multi.cpp in this example, how can i get all the response of the urls

I have started to use the `curlcpp` as part of my private project. As I'd like to make this always an exercise/learning experience, I have linked `curlcpp` with the, currently,...

Currently curlcpp can only be compiled as a static library no windows. I would be great to have the possibility to also compile it as a shared library. https://cmake.org/cmake/help/latest/module/GenerateExportHeader.html is...

In one of the examples it is mentioned that: /** * get_info returns a curl_easy_info object. With the get method we retrieve * the std::pair object associated with it: the...

Cf. https://github.com/curl/curl/issues/14747. - This was already removed from CURL git today, breaking this project. - "Those symbols have been deprecated for over 17 years." - Use in curlcpp: https://github.com/search?q=repo%3AJosephP91%2Fcurlcpp+CURLOPT_OBSOLETE72&type=code

I Want to Use The curl_easy at multi-thread case, but in one thread curl_easy object be create one by one, multi-thread maybe create curl_easy object at the same time.

This is either redundant or breaking: https://github.com/JosephP91/curlcpp/blob/fb07bb742b77b7ad8ed7176dbf1c6e82dd2e011e/src/CMakeLists.txt#L99-L101 If a compiler does not know which C++ runtime to use, that should be fixed with compiler, not here. AFAIK, neither modern gcc...