curlpp icon indicating copy to clipboard operation
curlpp copied to clipboard

C++ wrapper around libcURL

Results 80 curlpp issues
Sort by recently updated
recently updated
newest added

Greetings. Please tell me how I can get a response from the server. I use Multi.

I'm trying to use your Curlpp wrapper around libcurl and it looks very promising. I installed version 0.7.3.1 via Nuget in VS2019 and after adding below, it compiled fine. #define...

You can't even complete the first example with the nuget package. I'm not installing 20 different programs to make an http request. Please fix as I have no intention on...

build_all_examples, Although tried to add many path to cmakelists.txt. the complier couldn't find curlpp package. error log: `-- Checking for module 'curlpp' -- No package 'curlpp' found ` my cmakelists.txt:...

Please am new to c++. How do is use this in my project on visual studio. I have already cloned it and don't know how to use it or link...

const parameters passed to setOpt(), let's say: `request.setOpt(some_const_user_agent_str);` get converted to (void *), here - OptionSetter.inl:44: `handle->option(optionType, (void *)value.c_str());` and this cast generates compiler warning. It would be nice if...

hello sir, I have already seen the examples: "example19.cpp",but I am a little confused,I don't know how to post a image by form ,should I use some fix options? like...

Is it possible to precompile libraries for win32/win64 as static libraries for embedding ? I'am tried to compile it as win32 but unsuccessful

I would look into this and perhaps solve it if I were a programmer, alas, I am not. I do want to point out, however, that I love the Asus...

I am trying to install this package inside Docker container: Tomcat-8.5.42 . I checked the operating system version inside the container which is: > Distributor ID: Debian > Description: Debian...