Closed KrzysztofCzajkaTURCOM closed 7 years ago
@@ -1807,6 +1807,11 @@ www_begin(ForeignScanState *node, int eflags) { curl_easy_setopt(curl, CURLOPT_HTTPHEADER, curl_opts); } + + /* Deleting */ + if ( 0 == strcmp(opts->method_select, "DELETE")) { + curl_easy_setopt(curl, CURLOPT_CUSTOMREQUEST, "DELETE" ); + } /* prepare parsers */ if( 0 == strcmp(opts->response_type, "json") )