GitHub

@@ -88,6 +88,7 @@ const int CURLOPT_BINARYTRANSFER = 0;

8888

const int CURLOPT_COOKIESESSION = 0;

8989

const int CURLOPT_CRLF = 0;

9090

const int CURLOPT_DNS_USE_GLOBAL_CACHE = 0;

91+

const int CURLOPT_DOH_URL = 0;

9192

const int CURLOPT_FAILONERROR = 0;

9293

const int CURLOPT_FILETIME = 0;

9394

const int CURLOPT_FOLLOWLOCATION = 0;

@@ -290,6 +291,8 @@ const int CURLOPT_TLSAUTH_PASSWORD = 0;

290291

const int CURLOPT_TLSAUTH_TYPE = 0;

291292

const int CURLOPT_TLSAUTH_USERNAME = 0;

292293

const int CURLOPT_TRANSFER_ENCODING = 0;

294+

const int CURLOPT_UPKEEP_INTERVAL_MS = 0;

295+

const int CURLOPT_UPLOAD_BUFFERSIZE = 0;

293296

const int CURLOPT_UNIX_SOCKET_PATH = 0;

294297

const int CURLOPT_USERNAME = 0;

295298

const int CURLOPT_USE_SSL = 0;

Read the original on github.com ↗