jpbarrette / curlpp

C++ wrapper around libcURL
http://www.curlpp.org
1.68k stars 360 forks source link

how to construct a put request? #162

Open ylhStore opened 1 year ago

ylhStore commented 1 year ago

I want to construct a put request, where the body is a string in JSON format. Currently, only the demo of the post request is visible in the document.

laoshanxi commented 5 months ago

See PUT request with JSON body example here: RestClient.cpp