CURLOPT_CUSTOMREQUEST (3) Linux Manual Page
CURLOPT_CUSTOMREQUEST – custom string for request Synopsis#include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_CUSTOMREQUEST, char *request); DescriptionPass a pointer to a zero terminated string as parameter. When you change the request method by setting CURLOPT_CUSTOMREQUEST(3) to something, you don’t actually change how libcurl behaves or acts in regards to the particular request method, it will only change…
