what are the alternatives of curl in c++?

  • Thread starter Thread starter Learner177
  • Start date Start date
L

Learner177

Guest
i am working on a project in which i have to send data from client pc to my server for now i am using curl for sending data to my server which is then processing data in php aand stores it in database.

But curl is not light weight its increasing size of my exe significantly besides that i want to know what are the alternatives i can use to send some string format data and files from c++ client side to my server php side.

please give a small example of uploading too

Continue reading...
 
Back
Top