You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
As a side-note, it would be useful if the example would also illustrate how to perform a PUT using CURLOPT_POSTFIELDS instead of a file upload. That is what most clients are usually more interested in.
Googling how to perform a PUT with libcurl sends you to the httpput.c example which uses CURLOPT_PUT:
curl/docs/examples/httpput.c
Lines 95 to 96 in 374329d
But the manual page for this option says "Deprecated, don't use". So maybe the example should be updated?
The text was updated successfully, but these errors were encountered: