Optional
ABSTRACT_UNIX_SOCKET?: string | number | boolean | nullOptional
abstractUnixSocket?: string | number | boolean | nullPath to an abstract Unix domain socket.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_ABSTRACT_UNIX_SOCKET.html
Optional
ACCEPT_ENCODING?: string | number | boolean | nullAccept-Encoding and automatic decompressing data.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_ACCEPT_ENCODING.html
Optional
acceptEncoding?: string | number | boolean | nullAccept-Encoding and automatic decompressing data.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_ACCEPT_ENCODING.html
Optional
ACCEPTTIMEOUT_MS?: string | number | boolean | nullTimeout for waiting for the server's connect back to be accepted.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_ACCEPTTIMEOUT_MS.html
Optional
acceptTimeoutMs?: string | number | boolean | nullTimeout for waiting for the server's connect back to be accepted.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_ACCEPTTIMEOUT_MS.html
Optional
ADDRESS_SCOPE?: string | number | boolean | nullIPv6 scope for local addresses.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_ADDRESS_SCOPE.html
Optional
addressScope?: string | number | boolean | nullIPv6 scope for local addresses.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_ADDRESS_SCOPE.html
Optional
altSvc?: string | number | boolean | nullSpecify the Alt-Svc: cache file name.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_ALTSVC.html
Optional
ALTSVC?: string | number | boolean | nullSpecify the Alt-Svc: cache file name.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_ALTSVC.html
Optional
ALTSVC_CTRL?: string | number | boolean | nullEnable and configure Alt-Svc: treatment.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_ALTSVC_CTRL.html
Optional
altSvcCtrl?: string | number | boolean | nullEnable and configure Alt-Svc: treatment.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_ALTSVC_CTRL.html
Optional
append?: string | number | boolean | nullAppend to remote file.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_APPEND.html
Optional
APPEND?: string | number | boolean | nullAppend to remote file.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_APPEND.html
Optional
autoReferer?: string | number | boolean | nullAutomatically set Referer: header.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_AUTOREFERER.html
Optional
AUTOREFERER?: string | number | boolean | nullAutomatically set Referer: header.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_AUTOREFERER.html
Optional
AWS_SIGV4?: string | number | boolean | nullAWS HTTP V4 Signature.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_AWS_SIGV4.html
Optional
awsSigV4?: string | number | boolean | nullAWS HTTP V4 Signature.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_AWS_SIGV4.html
Optional
bufferSize?: string | number | boolean | nullAsk for alternate buffer size.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_BUFFERSIZE.html
Optional
BUFFERSIZE?: string | number | boolean | nullAsk for alternate buffer size.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_BUFFERSIZE.html
Optional
caInfo?: string | number | boolean | nullCA cert bundle.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CAINFO.html
Optional
CAINFO?: string | number | boolean | nullCA cert bundle.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CAINFO.html
Optional
CAINFO_BLOB?: ArrayBuffer | Buffer | string | nullCA cert bundle memory buffer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CAINFO_BLOB.html
Optional
caInfoBlob?: ArrayBuffer | Buffer | string | nullCA cert bundle memory buffer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CAINFO_BLOB.html
Optional
caPath?: string | number | boolean | nullPath to CA cert bundle.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CAPATH.html
Optional
CAPATH?: string | number | boolean | nullPath to CA cert bundle.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CAPATH.html
Optional
certInfo?: string | number | boolean | nullExtract certificate info.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CERTINFO.html
Optional
CERTINFO?: string | number | boolean | nullExtract certificate info.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CERTINFO.html
Optional
CHUNK_BGN_FUNCTION?: Callback for wildcard download start of chunk.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CHUNK_BGN_FUNCTION.html
Optional
CHUNK_END_FUNCTION?: (this: EasyNativeBinding) => CurlChunk | nullCallback for wildcard download end of chunk.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CHUNK_END_FUNCTION.html
Optional
chunkBgnFunction?: Callback for wildcard download start of chunk.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CHUNK_BGN_FUNCTION.html
Optional
chunkEndFunction?: (this: EasyNativeBinding) => CurlChunk | nullCallback for wildcard download end of chunk.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CHUNK_END_FUNCTION.html
Optional
CONNECT_ONLY?: string | number | boolean | nullOnly connect, nothing else.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CONNECT_ONLY.html
Optional
CONNECT_TO?: string[] | nullConnect to a specific host and port.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CONNECT_TO.html
Optional
connectOnly?: string | number | boolean | nullOnly connect, nothing else.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CONNECT_ONLY.html
Optional
connectTimeout?: string | number | boolean | nullTimeout for the connection phase.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CONNECTTIMEOUT.html
Optional
CONNECTTIMEOUT?: string | number | boolean | nullTimeout for the connection phase.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CONNECTTIMEOUT.html
Optional
CONNECTTIMEOUT_MS?: string | number | boolean | nullMillisecond timeout for the connection phase.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CONNECTTIMEOUT_MS.html
Optional
connectTimeoutMs?: string | number | boolean | nullMillisecond timeout for the connection phase.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CONNECTTIMEOUT_MS.html
Optional
connectTo?: string[] | nullConnect to a specific host and port.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CONNECT_TO.html
Optional
cookie?: string | number | boolean | nullCookie(s) to send.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_COOKIE.html
Optional
COOKIE?: string | number | boolean | nullCookie(s) to send.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_COOKIE.html
Optional
cookieFile?: string | number | boolean | nullFile to read cookies from.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_COOKIEFILE.html
Optional
COOKIEFILE?: string | number | boolean | nullFile to read cookies from.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_COOKIEFILE.html
Optional
cookieJar?: string | number | boolean | nullFile to write cookies to.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_COOKIEJAR.html
Optional
COOKIEJAR?: string | number | boolean | nullFile to write cookies to.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_COOKIEJAR.html
Optional
cookieList?: string | number | boolean | nullAdd or control cookies.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_COOKIELIST.html
Optional
COOKIELIST?: string | number | boolean | nullAdd or control cookies.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_COOKIELIST.html
Optional
cookieSession?: string | number | boolean | nullStart a new cookie session.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_COOKIESESSION.html
Optional
COOKIESESSION?: string | number | boolean | nullStart a new cookie session.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_COOKIESESSION.html
Optional
crlf?: string | number | boolean | nullConvert newlines.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CRLF.html
Optional
CRLF?: string | number | boolean | nullConvert newlines.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CRLF.html
Optional
crlFile?: string | number | boolean | nullCertificate Revocation List.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CRLFILE.html
Optional
CRLFILE?: string | number | boolean | nullCertificate Revocation List.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CRLFILE.html
Optional
customRequest?: string | number | boolean | nullCustom request/method.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CUSTOMREQUEST.html
Optional
CUSTOMREQUEST?: string | number | boolean | nullCustom request/method.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CUSTOMREQUEST.html
Optional
debugFunction?: (this: EasyNativeBinding, type: CurlInfoDebug, data: Buffer) => 0 | nullCallback for debug information.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DEBUGFUNCTION.html
Optional
DEBUGFUNCTION?: (this: EasyNativeBinding, type: CurlInfoDebug, data: Buffer) => 0 | nullCallback for debug information.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DEBUGFUNCTION.html
Optional
DEFAULT_PROTOCOL?: string | number | boolean | nullDefault protocol.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DEFAULT_PROTOCOL.html
Optional
defaultProtocol?: string | number | boolean | nullDefault protocol.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DEFAULT_PROTOCOL.html
Optional
dirListOnly?: string | number | boolean | nullList only.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DIRLISTONLY.html
Optional
DIRLISTONLY?: string | number | boolean | nullList only.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DIRLISTONLY.html
Optional
DISALLOW_USERNAME_IN_URL?: string | number | boolean | nullDo not allow username in URL.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DISALLOW_USERNAME_IN_URL.html
Optional
disallowUsernameInUrl?: string | number | boolean | nullDo not allow username in URL.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DISALLOW_USERNAME_IN_URL.html
Optional
DNS_CACHE_TIMEOUT?: string | number | boolean | nullTimeout for DNS cache.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DNS_CACHE_TIMEOUT.html
Optional
DNS_INTERFACE?: string | number | boolean | nullBind name resolves to this interface.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DNS_INTERFACE.html
Optional
DNS_LOCAL_IP4?: string | number | boolean | nullBind name resolves to this IP4 address.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DNS_LOCAL_IP4.html
Optional
DNS_LOCAL_IP6?: string | number | boolean | nullBind name resolves to this IP6 address.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DNS_LOCAL_IP6.html
Optional
DNS_SERVERS?: string | number | boolean | nullPreferred DNS servers.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DNS_SERVERS.html
Optional
DNS_SHUFFLE_ADDRESSES?: string | number | boolean | nullShuffle addresses before use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DNS_SHUFFLE_ADDRESSES.html
Optional
DNS_USE_GLOBAL_CACHE?: string | number | boolean | nullOBSOLETE Enable global DNS cache.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DNS_USE_GLOBAL_CACHE.html
Optional
dnsCacheTimeout?: string | number | boolean | nullTimeout for DNS cache.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DNS_CACHE_TIMEOUT.html
Optional
dnsInterface?: string | number | boolean | nullBind name resolves to this interface.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DNS_INTERFACE.html
Optional
dnsLocalIp4?: string | number | boolean | nullBind name resolves to this IP4 address.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DNS_LOCAL_IP4.html
Optional
dnsLocalIp6?: string | number | boolean | nullBind name resolves to this IP6 address.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DNS_LOCAL_IP6.html
Optional
dnsServers?: string | number | boolean | nullPreferred DNS servers.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DNS_SERVERS.html
Optional
dnsShuffleAddresses?: string | number | boolean | nullShuffle addresses before use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DNS_SHUFFLE_ADDRESSES.html
Optional
dnsUseGlobalCache?: string | number | boolean | nullOBSOLETE Enable global DNS cache.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DNS_USE_GLOBAL_CACHE.html
Optional
DOH_SSL_VERIFYHOST?: string | number | boolean | nullVerify the host name in the DoH (DNS-over-HTTPS) SSL certificate.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DOH_SSL_VERIFYHOST.html
Optional
DOH_SSL_VERIFYPEER?: string | number | boolean | nullVerify the DoH (DNS-over-HTTPS) SSL certificate.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DOH_SSL_VERIFYPEER.html
Optional
DOH_SSL_VERIFYSTATUS?: string | number | boolean | nullVerify the DoH (DNS-over-HTTPS) SSL certificate's status.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DOH_SSL_VERIFYSTATUS.html
Optional
DOH_URL?: string | number | boolean | nullUse this DoH server for name resolves.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DOH_URL.html
Optional
dohSslVerifyHost?: string | number | boolean | nullVerify the host name in the DoH (DNS-over-HTTPS) SSL certificate.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DOH_SSL_VERIFYHOST.html
Optional
dohSslVerifyPeer?: string | number | boolean | nullVerify the DoH (DNS-over-HTTPS) SSL certificate.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DOH_SSL_VERIFYPEER.html
Optional
dohSslVerifyStatus?: string | number | boolean | nullVerify the DoH (DNS-over-HTTPS) SSL certificate's status.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DOH_SSL_VERIFYSTATUS.html
Optional
dohUrl?: string | number | boolean | nullUse this DoH server for name resolves.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DOH_URL.html
Optional
egdSocket?: string | number | boolean | nullOBSOLETE Identify EGD socket for entropy.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_EGDSOCKET.html
Optional
EGDSOCKET?: string | number | boolean | nullOBSOLETE Identify EGD socket for entropy.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_EGDSOCKET.html
Optional
EXPECT_100_TIMEOUT_MS?: string | number | boolean | null100-continue timeout.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_EXPECT_100_TIMEOUT_MS.html
Optional
expect100TimeoutMs?: string | number | boolean | null100-continue timeout.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_EXPECT_100_TIMEOUT_MS.html
Optional
failOnError?: string | number | boolean | nullFail on HTTP 4xx errors.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FAILONERROR.html
Optional
FAILONERROR?: string | number | boolean | nullFail on HTTP 4xx errors.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FAILONERROR.html
Optional
fileTime?: string | number | boolean | nullRequest file modification date and time.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FILETIME.html
Optional
FILETIME?: string | number | boolean | nullRequest file modification date and time.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FILETIME.html
Optional
FNMATCH_FUNCTION?: Callback for wildcard matching.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FNMATCH_FUNCTION.html
Optional
fnMatchFunction?: Callback for wildcard matching.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FNMATCH_FUNCTION.html
Optional
followLocation?: string | number | boolean | nullFollow HTTP redirects.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FOLLOWLOCATION.html
Optional
FOLLOWLOCATION?: string | number | boolean | nullFollow HTTP redirects.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FOLLOWLOCATION.html
Optional
FORBID_REUSE?: string | number | boolean | nullPrevent subsequent connections from re-using this.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FORBID_REUSE.html
Optional
forbIdReuse?: string | number | boolean | nullPrevent subsequent connections from re-using this.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FORBID_REUSE.html
Optional
FRESH_CONNECT?: string | number | boolean | nullUse a new connection.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FRESH_CONNECT.html
Optional
freshConnect?: string | number | boolean | nullUse a new connection.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FRESH_CONNECT.html
Optional
FTP_ACCOUNT?: string | number | boolean | nullSend ACCT command.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTP_ACCOUNT.html
Optional
FTP_ALTERNATIVE_TO_USER?: string | number | boolean | nullAlternative to USER.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTP_ALTERNATIVE_TO_USER.html
Optional
FTP_CREATE_MISSING_DIRS?: string | number | boolean | nullCreate missing directories on the remote server.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTP_CREATE_MISSING_DIRS.html
Optional
FTP_FILEMETHOD?: CurlFtpMethod | nullSpecify how to reach files.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTP_FILEMETHOD.html
Optional
FTP_SKIP_PASV_IP?: string | number | boolean | nullIgnore the IP address in the PASV response.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTP_SKIP_PASV_IP.html
Optional
FTP_SSL_CCC?: CurlFtpSsl | nullBack to non-TLS again after authentication.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTP_SSL_CCC.html
Optional
FTP_USE_EPRT?: string | number | boolean | nullUse EPRT.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTP_USE_EPRT.html
Optional
FTP_USE_EPSV?: string | number | boolean | nullUse EPSV.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTP_USE_EPSV.html
Optional
FTP_USE_PRET?: string | number | boolean | nullUse PRET.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTP_USE_PRET.html
Optional
ftpAccount?: string | number | boolean | nullSend ACCT command.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTP_ACCOUNT.html
Optional
ftpAlternativeToUser?: string | number | boolean | nullAlternative to USER.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTP_ALTERNATIVE_TO_USER.html
Optional
ftpCreateMissingDirs?: string | number | boolean | nullCreate missing directories on the remote server.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTP_CREATE_MISSING_DIRS.html
Optional
ftpFileMethod?: CurlFtpMethod | nullSpecify how to reach files.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTP_FILEMETHOD.html
Optional
ftpPort?: string | number | boolean | nullUse active FTP.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTPPORT.html
Optional
FTPPORT?: string | number | boolean | nullUse active FTP.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTPPORT.html
Optional
ftpSkipPasvIp?: string | number | boolean | nullIgnore the IP address in the PASV response.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTP_SKIP_PASV_IP.html
Optional
ftpSslAuth?: string | number | boolean | nullControl how to do TLS.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTPSSLAUTH.html
Optional
FTPSSLAUTH?: string | number | boolean | nullControl how to do TLS.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTPSSLAUTH.html
Optional
ftpSslCcc?: CurlFtpSsl | nullBack to non-TLS again after authentication.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTP_SSL_CCC.html
Optional
ftpUseEprt?: string | number | boolean | nullUse EPRT.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTP_USE_EPRT.html
Optional
ftpUseEpsv?: string | number | boolean | nullUse EPSV.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTP_USE_EPSV.html
Optional
ftpUsePret?: string | number | boolean | nullUse PRET.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTP_USE_PRET.html
Optional
GSSAPI_DELEGATION?: CurlGssApi | nullDisable GSS-API delegation.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_GSSAPI_DELEGATION.html
Optional
gssapiDelegation?: CurlGssApi | nullDisable GSS-API delegation.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_GSSAPI_DELEGATION.html
Optional
HAPPY_EYEBALLS_TIMEOUT_MS?: string | number | boolean | nullTimeout for happy eyeballs.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.html
Optional
happyEyeballsTimeoutMs?: string | number | boolean | nullTimeout for happy eyeballs.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.html
Optional
haProxyProtocol?: string | number | boolean | nullSend an HAProxy PROXY protocol v1 header.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HAPROXYPROTOCOL.html
Optional
HAPROXYPROTOCOL?: string | number | boolean | nullSend an HAProxy PROXY protocol v1 header.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HAPROXYPROTOCOL.html
Optional
header?: string | number | boolean | nullInclude the header in the body output.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HEADER.html
Optional
HEADER?: string | number | boolean | nullInclude the header in the body output.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HEADER.html
Optional
headerFunction?: Callback for writing received headers.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HEADERFUNCTION.html
Optional
HEADERFUNCTION?: Callback for writing received headers.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HEADERFUNCTION.html
Optional
headerOpt?: CurlHeader | nullControl custom headers.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HEADEROPT.html
Optional
HEADEROPT?: CurlHeader | nullControl custom headers.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HEADEROPT.html
Optional
hsts?: string | number | boolean | nullSet HSTS cache file.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HSTS.html
Optional
HSTS?: string | number | boolean | nullSet HSTS cache file.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HSTS.html
Optional
HSTS_CTRL?: CurlHsts | nullEnable HSTS.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HSTS_CTRL.html
Optional
hstsCtrl?: CurlHsts | nullEnable HSTS.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HSTS_CTRL.html
Optional
hstsReadFunction?: Set HSTS read callback.
You can either return a single CurlHstsReadCallbackResult
object or an array of CurlHstsReadCallbackResult
objects.
If returning an array, the callback will only be called once per request.
If returning a single object, the callback will be called multiple times until null
is returned.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HSTSREADFUNCTION.html
Optional
HSTSREADFUNCTION?: Set HSTS read callback.
You can either return a single CurlHstsReadCallbackResult
object or an array of CurlHstsReadCallbackResult
objects.
If returning an array, the callback will only be called once per request.
If returning a single object, the callback will be called multiple times until null
is returned.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HSTSREADFUNCTION.html
Optional
hstsWriteFunction?: Set HSTS write callback.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HSTSWRITEFUNCTION.html
Optional
HSTSWRITEFUNCTION?: Set HSTS write callback.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HSTSWRITEFUNCTION.html
Optional
HTTP_CONTENT_DECODING?: string | number | boolean | nullDisable Content decoding.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTP_CONTENT_DECODING.html
Optional
HTTP_TRANSFER_DECODING?: string | number | boolean | nullDisable Transfer decoding.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTP_TRANSFER_DECODING.html
Optional
HTTP_VERSION?: CurlHttpVersion | nullHTTP version to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTP_VERSION.html
Optional
HTTP09_ALLOWED?: string | number | boolean | nullAllow HTTP/0.9 responses.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTP09_ALLOWED.html
Optional
http09Allowed?: string | number | boolean | nullAllow HTTP/0.9 responses.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTP09_ALLOWED.html
Optional
http200aliases?: string[] | nullAlternative versions of 200 OK.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTP200ALIASES.html
Optional
HTTP200ALIASES?: string[] | nullAlternative versions of 200 OK.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTP200ALIASES.html
Optional
httpAuth?: string | number | boolean | nullHTTP server authentication methods.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTPAUTH.html
Optional
HTTPAUTH?: string | number | boolean | nullHTTP server authentication methods.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTPAUTH.html
Optional
httpContentDecoding?: string | number | boolean | nullDisable Content decoding.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTP_CONTENT_DECODING.html
Optional
httpGet?: string | number | boolean | nullDo an HTTP GET request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTPGET.html
Optional
HTTPGET?: string | number | boolean | nullDo an HTTP GET request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTPGET.html
Optional
httpHeader?: string[] | nullCustom HTTP headers.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTPHEADER.html
Optional
HTTPHEADER?: string[] | nullCustom HTTP headers.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTPHEADER.html
Optional
httpPost?: HttpPostField[] | nullDeprecated option Multipart formpost HTTP POST.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTPPOST.html
Optional
HTTPPOST?: HttpPostField[] | nullDeprecated option Multipart formpost HTTP POST.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTPPOST.html
Optional
httpProxyTunnel?: string | number | boolean | nullTunnel through the HTTP proxy.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTPPROXYTUNNEL.html
Optional
HTTPPROXYTUNNEL?: string | number | boolean | nullTunnel through the HTTP proxy.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTPPROXYTUNNEL.html
Optional
httpTransferDecoding?: string | number | boolean | nullDisable Transfer decoding.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTP_TRANSFER_DECODING.html
Optional
httpVersion?: CurlHttpVersion | nullHTTP version to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTP_VERSION.html
Optional
IGNORE_CONTENT_LENGTH?: string | number | boolean | nullIgnore Content-Length.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_IGNORE_CONTENT_LENGTH.html
Optional
ignoreContentLength?: string | number | boolean | nullIgnore Content-Length.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_IGNORE_CONTENT_LENGTH.html
Optional
inFileSize?: string | number | boolean | nullSize of file to send.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_INFILESIZE.html
Optional
INFILESIZE?: string | number | boolean | nullSize of file to send.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_INFILESIZE.html
Optional
INFILESIZE_LARGE?: string | number | boolean | nullSize of file to send.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_INFILESIZE_LARGE.html
Optional
inFileSizeLarge?: string | number | boolean | nullSize of file to send.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_INFILESIZE_LARGE.html
Optional
interface?: string | number | boolean | nullBind connection locally to this.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_INTERFACE.html
Optional
INTERFACE?: string | number | boolean | nullBind connection locally to this.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_INTERFACE.html
Optional
ipResolve?: CurlIpResolve | nullIP version to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_IPRESOLVE.html
Optional
IPRESOLVE?: CurlIpResolve | nullIP version to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_IPRESOLVE.html
Optional
issuerCert?: string | number | boolean | nullIssuer certificate.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_ISSUERCERT.html
Optional
ISSUERCERT?: string | number | boolean | nullIssuer certificate.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_ISSUERCERT.html
Optional
ISSUERCERT_BLOB?: ArrayBuffer | Buffer | string | nullIssuer certificate memory buffer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_ISSUERCERT_BLOB.html
Optional
issuerCertBlob?: ArrayBuffer | Buffer | string | nullIssuer certificate memory buffer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_ISSUERCERT_BLOB.html
Optional
KEEP_SENDING_ON_ERROR?: string | number | boolean | nullKeep sending on HTTP >= 300 errors.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_KEEP_SENDING_ON_ERROR.html
Optional
keepSendingOnError?: string | number | boolean | nullKeep sending on HTTP >= 300 errors.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_KEEP_SENDING_ON_ERROR.html
Optional
keyPasswd?: string | number | boolean | nullClient key password.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_KEYPASSWD.html
Optional
KEYPASSWD?: string | number | boolean | nullClient key password.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_KEYPASSWD.html
Optional
krbLevel?: string | number | boolean | nullKerberos security level.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_KRBLEVEL.html
Optional
KRBLEVEL?: string | number | boolean | nullKerberos security level.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_KRBLEVEL.html
Optional
localPort?: string | number | boolean | nullBind connection locally to this port.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_LOCALPORT.html
Optional
LOCALPORT?: string | number | boolean | nullBind connection locally to this port.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_LOCALPORT.html
Optional
localPortRange?: string | number | boolean | nullBind connection locally to port range.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_LOCALPORTRANGE.html
Optional
LOCALPORTRANGE?: string | number | boolean | nullBind connection locally to port range.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_LOCALPORTRANGE.html
Optional
LOGIN_OPTIONS?: string | number | boolean | nullLogin options.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_LOGIN_OPTIONS.html
Optional
loginOptions?: string | number | boolean | nullLogin options.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_LOGIN_OPTIONS.html
Optional
LOW_SPEED_LIMIT?: string | number | boolean | nullLow speed limit to abort transfer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_LOW_SPEED_LIMIT.html
Optional
LOW_SPEED_TIME?: string | number | boolean | nullTime to be below the speed to trigger low speed abort.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_LOW_SPEED_TIME.html
Optional
lowSpeedLimit?: string | number | boolean | nullLow speed limit to abort transfer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_LOW_SPEED_LIMIT.html
Optional
lowSpeedTime?: string | number | boolean | nullTime to be below the speed to trigger low speed abort.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_LOW_SPEED_TIME.html
Optional
MAIL_AUTH?: string | number | boolean | nullAuthentication address.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAIL_AUTH.html
Optional
MAIL_FROM?: string | number | boolean | nullAddress of the sender.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAIL_FROM.html
Optional
MAIL_RCPT?: string[] | nullAddress of the recipients.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAIL_RCPT.html
Optional
MAIL_RCPT_ALLLOWFAILS?: string | number | boolean | nullAllow RCPT TO command to fail for some recipients.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAIL_RCPT_ALLLOWFAILS.html
Optional
mailAuth?: string | number | boolean | nullAuthentication address.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAIL_AUTH.html
Optional
mailFrom?: string | number | boolean | nullAddress of the sender.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAIL_FROM.html
Optional
mailRcpt?: string[] | nullAddress of the recipients.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAIL_RCPT.html
Optional
mailRcptAlllowfails?: string | number | boolean | nullAllow RCPT TO command to fail for some recipients.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAIL_RCPT_ALLLOWFAILS.html
Optional
MAX_RECV_SPEED_LARGE?: string | number | boolean | nullCap the download speed to this.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAX_RECV_SPEED_LARGE.html
Optional
MAX_SEND_SPEED_LARGE?: string | number | boolean | nullCap the upload speed to this.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAX_SEND_SPEED_LARGE.html
Optional
MAXAGE_CONN?: string | number | boolean | nullLimit the age (idle time) of connections for reuse.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAXAGE_CONN.html
Optional
maxAgeConn?: string | number | boolean | nullLimit the age (idle time) of connections for reuse.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAXAGE_CONN.html
Optional
maxConnects?: string | number | boolean | nullMaximum number of connections in the connection pool.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAXCONNECTS.html
Optional
MAXCONNECTS?: string | number | boolean | nullMaximum number of connections in the connection pool.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAXCONNECTS.html
Optional
maxFileSize?: string | number | boolean | nullMaximum file size to get.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAXFILESIZE.html
Optional
MAXFILESIZE?: string | number | boolean | nullMaximum file size to get.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAXFILESIZE.html
Optional
MAXFILESIZE_LARGE?: string | number | boolean | nullMaximum file size to get.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAXFILESIZE_LARGE.html
Optional
maxFileSizeLarge?: string | number | boolean | nullMaximum file size to get.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAXFILESIZE_LARGE.html
Optional
MAXLIFETIME_CONN?: string | number | boolean | nullLimit the age (since creation) of connections for reuse.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAXLIFETIME_CONN.html
Optional
maxLifetimeConn?: string | number | boolean | nullLimit the age (since creation) of connections for reuse.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAXLIFETIME_CONN.html
Optional
maxRecvSpeedLarge?: string | number | boolean | nullCap the download speed to this.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAX_RECV_SPEED_LARGE.html
Optional
maxRedirs?: string | number | boolean | nullMaximum number of redirects to follow.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAXREDIRS.html
Optional
MAXREDIRS?: string | number | boolean | nullMaximum number of redirects to follow.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAXREDIRS.html
Optional
maxSendSpeedLarge?: string | number | boolean | nullCap the upload speed to this.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAX_SEND_SPEED_LARGE.html
Optional
netrc?: CurlNetrc | nullEnable .netrc parsing.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_NETRC.html
Optional
NETRC?: CurlNetrc | nullEnable .netrc parsing.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_NETRC.html
Optional
NETRC_FILE?: string | number | boolean | null.netrc file name.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_NETRC_FILE.html
Optional
netrcFile?: string | number | boolean | null.netrc file name.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_NETRC_FILE.html
Optional
NEW_DIRECTORY_PERMS?: string | number | boolean | nullMode for creating new remote directories.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_NEW_DIRECTORY_PERMS.html
Optional
NEW_FILE_PERMS?: string | number | boolean | nullMode for creating new remote files.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_NEW_FILE_PERMS.html
Optional
newDirectoryPerms?: string | number | boolean | nullMode for creating new remote directories.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_NEW_DIRECTORY_PERMS.html
Optional
newFilePerms?: string | number | boolean | nullMode for creating new remote files.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_NEW_FILE_PERMS.html
Optional
nobody?: string | number | boolean | nullDo not get the body contents.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_NOBODY.html
Optional
NOBODY?: string | number | boolean | nullDo not get the body contents.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_NOBODY.html
Optional
noProgress?: string | number | boolean | nullShut off the progress meter.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_NOPROGRESS.html
Optional
NOPROGRESS?: string | number | boolean | nullShut off the progress meter.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_NOPROGRESS.html
Optional
noProxy?: string | number | boolean | nullFilter out hosts from proxy use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_NOPROXY.html
Optional
NOPROXY?: string | number | boolean | nullFilter out hosts from proxy use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_NOPROXY.html
Optional
noSignal?: string | number | boolean | nullDo not install signal handlers.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_NOSIGNAL.html
Optional
NOSIGNAL?: string | number | boolean | nullDo not install signal handlers.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_NOSIGNAL.html
Optional
password?: string | number | boolean | nullPassword.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PASSWORD.html
Optional
PASSWORD?: string | number | boolean | nullPassword.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PASSWORD.html
Optional
PATH_AS_IS?: string | number | boolean | nullDisable squashing /../ and /./ sequences in the path.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PATH_AS_IS.html
Optional
pathAsIs?: string | number | boolean | nullDisable squashing /../ and /./ sequences in the path.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PATH_AS_IS.html
Optional
pinnedPublicKey?: string | number | boolean | nullSet pinned SSL public key .
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PINNEDPUBLICKEY.html
Optional
PINNEDPUBLICKEY?: string | number | boolean | nullSet pinned SSL public key .
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PINNEDPUBLICKEY.html
Optional
pipeWait?: string | number | boolean | nullWait on connection to pipeline on it.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PIPEWAIT.html
Optional
PIPEWAIT?: string | number | boolean | nullWait on connection to pipeline on it.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PIPEWAIT.html
Optional
port?: string | number | boolean | nullPort number to connect to.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PORT.html
Optional
PORT?: string | number | boolean | nullPort number to connect to.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PORT.html
Optional
post?: string | number | boolean | nullIssue an HTTP POST request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_POST.html
Optional
POST?: string | number | boolean | nullIssue an HTTP POST request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_POST.html
Optional
postFields?: string | number | boolean | nullSend a POST with this data.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_POSTFIELDS.html
Optional
POSTFIELDS?: string | number | boolean | nullSend a POST with this data.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_POSTFIELDS.html
Optional
postFieldSize?: string | number | boolean | nullThe POST data is this big.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_POSTFIELDSIZE.html
Optional
POSTFIELDSIZE?: string | number | boolean | nullThe POST data is this big.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_POSTFIELDSIZE.html
Optional
POSTFIELDSIZE_LARGE?: string | number | boolean | nullThe POST data is this big.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_POSTFIELDSIZE_LARGE.html
Optional
postFieldSizeLarge?: string | number | boolean | nullThe POST data is this big.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_POSTFIELDSIZE_LARGE.html
Optional
postQuote?: string[] | nullCommands to run after transfer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_POSTQUOTE.html
Optional
POSTQUOTE?: string[] | nullCommands to run after transfer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_POSTQUOTE.html
Optional
postRedir?: string | number | boolean | nullHow to act on redirects after POST.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_POSTREDIR.html
Optional
POSTREDIR?: string | number | boolean | nullHow to act on redirects after POST.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_POSTREDIR.html
Optional
PRE_PROXY?: string | number | boolean | nullSocks proxy to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PRE_PROXY.html
Optional
preProxy?: string | number | boolean | nullSocks proxy to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PRE_PROXY.html
Optional
preQuote?: string[] | nullCommands to run just before transfer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PREQUOTE.html
Optional
PREQUOTE?: string[] | nullCommands to run just before transfer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PREQUOTE.html
Optional
preReqFunction?: Callback to be called after a connection is established but before a request is made on that connection.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PREREQFUNCTION.html
Optional
PREREQFUNCTION?: Callback to be called after a connection is established but before a request is made on that connection.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PREREQFUNCTION.html
Optional
progressFunction?: OBSOLETE callback for progress meter.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROGRESSFUNCTION.html
Optional
PROGRESSFUNCTION?: OBSOLETE callback for progress meter.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROGRESSFUNCTION.html
Optional
protocols?: CurlProtocol | nullDeprecated option Allowed protocols.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROTOCOLS.html
Optional
PROTOCOLS?: CurlProtocol | nullDeprecated option Allowed protocols.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROTOCOLS.html
Optional
PROTOCOLS_STR?: string | number | boolean | nullAllowed protocols.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROTOCOLS_STR.html
Optional
protocolsStr?: string | number | boolean | nullAllowed protocols.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROTOCOLS_STR.html
Optional
proxy?: string | number | boolean | nullProxy to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY.html
Optional
PROXY?: string | number | boolean | nullProxy to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY.html
Optional
PROXY_CAINFO?: string | number | boolean | nullProxy CA cert bundle.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_CAINFO.html
Optional
PROXY_CAINFO_BLOB?: ArrayBuffer | Buffer | string | nullProxy CA cert bundle memory buffer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_CAINFO_BLOB.html
Optional
PROXY_CAPATH?: string | number | boolean | nullPath to proxy CA cert bundle.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_CAPATH.html
Optional
PROXY_CRLFILE?: string | number | boolean | nullProxy Certificate Revocation List.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_CRLFILE.html
Optional
PROXY_ISSUERCERT?: string | number | boolean | nullProxy issuer certificate.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_ISSUERCERT.html
Optional
PROXY_ISSUERCERT_BLOB?: string | number | boolean | nullProxy issuer certificate memory buffer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_ISSUERCERT_BLOB.html
Optional
PROXY_KEYPASSWD?: string | number | boolean | nullProxy client key password.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_KEYPASSWD.html
Optional
PROXY_PINNEDPUBLICKEY?: string | number | boolean | nullSet the proxy's pinned SSL public key.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_PINNEDPUBLICKEY.html
Optional
PROXY_SERVICE_NAME?: string | number | boolean | nullProxy authentication service name.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SERVICE_NAME.html
Optional
PROXY_SSL_CIPHER_LIST?: string | number | boolean | nullProxy ciphers to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSL_CIPHER_LIST.html
Optional
PROXY_SSL_OPTIONS?: CurlSslOpt | nullControl proxy SSL behavior.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSL_OPTIONS.html
Optional
PROXY_SSL_VERIFYHOST?: string | number | boolean | nullVerify the host name in the proxy SSL certificate.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSL_VERIFYHOST.html
Optional
PROXY_SSL_VERIFYPEER?: string | number | boolean | nullVerify the proxy SSL certificate.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSL_VERIFYPEER.html
Optional
PROXY_SSLCERT?: ArrayBuffer | Buffer | string | nullProxy client cert.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSLCERT.html
Optional
PROXY_SSLCERT_BLOB?: ArrayBuffer | Buffer | string | nullProxy client cert memory buffer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSLCERT_BLOB.html
Optional
PROXY_SSLCERTTYPE?: string | number | boolean | nullProxy client cert type.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSLCERTTYPE.html
Optional
PROXY_SSLKEY?: string | number | boolean | nullProxy client key.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSLKEY.html
Optional
PROXY_SSLKEY_BLOB?: ArrayBuffer | Buffer | string | nullProxy client key.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSLKEY_BLOB.html
Optional
PROXY_SSLKEYTYPE?: string | number | boolean | nullProxy client key type.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSLKEYTYPE.html
Optional
PROXY_SSLVERSION?: string | number | boolean | nullProxy SSL version to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSLVERSION.html
Optional
PROXY_TLS13_CIPHERS?: string | number | boolean | nullProxy TLS 1.3 cipher suites to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_TLS13_CIPHERS.html
Optional
PROXY_TLSAUTH_PASSWORD?: string | number | boolean | nullProxy TLS authentication password.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_TLSAUTH_PASSWORD.html
Optional
PROXY_TLSAUTH_TYPE?: string | number | boolean | nullProxy TLS authentication methods.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_TLSAUTH_TYPE.html
Optional
PROXY_TLSAUTH_USERNAME?: string | number | boolean | nullProxy TLS authentication user name.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_TLSAUTH_USERNAME.html
Optional
PROXY_TRANSFER_MODE?: string | number | boolean | nullAdd transfer mode to URL over proxy.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_TRANSFER_MODE.html
Optional
proxyAuth?: string | number | boolean | nullHTTP proxy authentication methods.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXYAUTH.html
Optional
PROXYAUTH?: string | number | boolean | nullHTTP proxy authentication methods.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXYAUTH.html
Optional
proxyCaInfo?: string | number | boolean | nullProxy CA cert bundle.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_CAINFO.html
Optional
proxyCaInfoBlob?: ArrayBuffer | Buffer | string | nullProxy CA cert bundle memory buffer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_CAINFO_BLOB.html
Optional
proxyCaPath?: string | number | boolean | nullPath to proxy CA cert bundle.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_CAPATH.html
Optional
proxyCrlFile?: string | number | boolean | nullProxy Certificate Revocation List.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_CRLFILE.html
Optional
proxyHeader?: string[] | nullCustom HTTP headers sent to proxy.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXYHEADER.html
Optional
PROXYHEADER?: string[] | nullCustom HTTP headers sent to proxy.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXYHEADER.html
Optional
proxyIssuerCert?: string | number | boolean | nullProxy issuer certificate.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_ISSUERCERT.html
Optional
proxyIssuerCertBlob?: string | number | boolean | nullProxy issuer certificate memory buffer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_ISSUERCERT_BLOB.html
Optional
proxyKeyPasswd?: string | number | boolean | nullProxy client key password.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_KEYPASSWD.html
Optional
proxyPassword?: string | number | boolean | nullProxy password.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXYPASSWORD.html
Optional
PROXYPASSWORD?: string | number | boolean | nullProxy password.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXYPASSWORD.html
Optional
proxyPinnedPublicKey?: string | number | boolean | nullSet the proxy's pinned SSL public key.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_PINNEDPUBLICKEY.html
Optional
proxyPort?: string | number | boolean | nullProxy port to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXYPORT.html
Optional
PROXYPORT?: string | number | boolean | nullProxy port to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXYPORT.html
Optional
proxyServiceName?: string | number | boolean | nullProxy authentication service name.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SERVICE_NAME.html
Optional
proxySslCert?: ArrayBuffer | Buffer | string | nullProxy client cert.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSLCERT.html
Optional
proxySslCertBlob?: ArrayBuffer | Buffer | string | nullProxy client cert memory buffer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSLCERT_BLOB.html
Optional
proxySslCertType?: string | number | boolean | nullProxy client cert type.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSLCERTTYPE.html
Optional
proxySslCipherList?: string | number | boolean | nullProxy ciphers to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSL_CIPHER_LIST.html
Optional
proxySslKey?: string | number | boolean | nullProxy client key.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSLKEY.html
Optional
proxySslKeyBlob?: ArrayBuffer | Buffer | string | nullProxy client key.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSLKEY_BLOB.html
Optional
proxySslKeyType?: string | number | boolean | nullProxy client key type.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSLKEYTYPE.html
Optional
proxySslOptions?: CurlSslOpt | nullControl proxy SSL behavior.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSL_OPTIONS.html
Optional
proxySslVerifyHost?: string | number | boolean | nullVerify the host name in the proxy SSL certificate.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSL_VERIFYHOST.html
Optional
proxySslVerifyPeer?: string | number | boolean | nullVerify the proxy SSL certificate.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSL_VERIFYPEER.html
Optional
proxySslversion?: string | number | boolean | nullProxy SSL version to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSLVERSION.html
Optional
proxyTls13Ciphers?: string | number | boolean | nullProxy TLS 1.3 cipher suites to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_TLS13_CIPHERS.html
Optional
proxyTlsAuthPassword?: string | number | boolean | nullProxy TLS authentication password.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_TLSAUTH_PASSWORD.html
Optional
proxyTlsAuthType?: string | number | boolean | nullProxy TLS authentication methods.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_TLSAUTH_TYPE.html
Optional
proxyTlsAuthUsername?: string | number | boolean | nullProxy TLS authentication user name.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_TLSAUTH_USERNAME.html
Optional
proxyTransferMode?: string | number | boolean | nullAdd transfer mode to URL over proxy.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_TRANSFER_MODE.html
Optional
proxyType?: CurlProxy | nullProxy type.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXYTYPE.html
Optional
PROXYTYPE?: CurlProxy | nullProxy type.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXYTYPE.html
Optional
proxyUsername?: string | number | boolean | nullProxy user name.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXYUSERNAME.html
Optional
PROXYUSERNAME?: string | number | boolean | nullProxy user name.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXYUSERNAME.html
Optional
proxyUserpwd?: string | number | boolean | nullProxy user name and password.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXYUSERPWD.html
Optional
PROXYUSERPWD?: string | number | boolean | nullProxy user name and password.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXYUSERPWD.html
Optional
put?: string | number | boolean | nullDeprecated option Issue an HTTP PUT request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PUT.html
Optional
PUT?: string | number | boolean | nullDeprecated option Issue an HTTP PUT request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PUT.html
Optional
quote?: string[] | nullCommands to run before transfer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_QUOTE.html
Optional
QUOTE?: string[] | nullCommands to run before transfer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_QUOTE.html
Optional
RANDOM_FILE?: string | number | boolean | nullOBSOLETE Provide source for entropy random data.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RANDOM_FILE.html
Optional
randomFile?: string | number | boolean | nullOBSOLETE Provide source for entropy random data.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RANDOM_FILE.html
Optional
range?: string | number | boolean | nullRange requests.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RANGE.html
Optional
RANGE?: string | number | boolean | nullRange requests.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RANGE.html
Optional
readData?: string | number | boolean | nullData pointer to pass to the read callback.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_READDATA.html
Optional
READDATA?: string | number | boolean | nullData pointer to pass to the read callback.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_READDATA.html
Optional
readFunction?: Callback for reading data.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_READFUNCTION.html
Optional
READFUNCTION?: Callback for reading data.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_READFUNCTION.html
Optional
REDIR_PROTOCOLS?: CurlProtocol | nullDeprecated option Protocols to allow redirects to.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_REDIR_PROTOCOLS.html
Optional
REDIR_PROTOCOLS_STR?: string | number | boolean | nullProtocols to allow redirects to.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_REDIR_PROTOCOLS_STR.html
Optional
redirProtocols?: CurlProtocol | nullDeprecated option Protocols to allow redirects to.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_REDIR_PROTOCOLS.html
Optional
redirProtocolsStr?: string | number | boolean | nullProtocols to allow redirects to.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_REDIR_PROTOCOLS_STR.html
Optional
referer?: string | number | boolean | nullReferer: header.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_REFERER.html
Optional
REFERER?: string | number | boolean | nullReferer: header.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_REFERER.html
Optional
REQUEST_TARGET?: string | number | boolean | nullSet the request target.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_REQUEST_TARGET.html
Optional
requestTarget?: string | number | boolean | nullSet the request target.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_REQUEST_TARGET.html
Optional
resolve?: string[] | nullProvide fixed/fake name resolves.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RESOLVE.html
Optional
RESOLVE?: string[] | nullProvide fixed/fake name resolves.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RESOLVE.html
Optional
RESUME_FROM?: string | number | boolean | nullResume a transfer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RESUME_FROM.html
Optional
RESUME_FROM_LARGE?: string | number | boolean | nullResume a transfer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RESUME_FROM_LARGE.html
Optional
resumeFrom?: string | number | boolean | nullResume a transfer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RESUME_FROM.html
Optional
resumeFromLarge?: string | number | boolean | nullResume a transfer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RESUME_FROM_LARGE.html
Optional
RTSP_CLIENT_CSEQ?: string | number | boolean | nullClient CSEQ number.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RTSP_CLIENT_CSEQ.html
Optional
RTSP_REQUEST?: CurlRtspRequest | nullRTSP request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RTSP_REQUEST.html
Optional
RTSP_SERVER_CSEQ?: string | number | boolean | nullCSEQ number for RTSP Server->Client request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RTSP_SERVER_CSEQ.html
Optional
RTSP_SESSION_ID?: string | number | boolean | nullRTSP session-id.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RTSP_SESSION_ID.html
Optional
RTSP_STREAM_URI?: string | number | boolean | nullRTSP stream URI.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RTSP_STREAM_URI.html
Optional
RTSP_TRANSPORT?: string | number | boolean | nullRTSP Transport: header.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RTSP_TRANSPORT.html
Optional
rtspClientCseq?: string | number | boolean | nullClient CSEQ number.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RTSP_CLIENT_CSEQ.html
Optional
rtspRequest?: CurlRtspRequest | nullRTSP request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RTSP_REQUEST.html
Optional
rtspServerCseq?: string | number | boolean | nullCSEQ number for RTSP Server->Client request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RTSP_SERVER_CSEQ.html
Optional
rtspSessionId?: string | number | boolean | nullRTSP session-id.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RTSP_SESSION_ID.html
Optional
rtspStreamUri?: string | number | boolean | nullRTSP stream URI.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RTSP_STREAM_URI.html
Optional
rtspTransPort?: string | number | boolean | nullRTSP Transport: header.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RTSP_TRANSPORT.html
Optional
SASL_AUTHZID?: string | number | boolean | nullSASL authorization identity (identity to act as).
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SASL_AUTHZID.html
Optional
SASL_IR?: string | number | boolean | nullEnable SASL initial response.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SASL_IR.html
Optional
saslAuthzId?: string | number | boolean | nullSASL authorization identity (identity to act as).
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SASL_AUTHZID.html
Optional
saslIr?: string | number | boolean | nullEnable SASL initial response.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SASL_IR.html
Optional
seekFunction?: (this: EasyNativeBinding, offset: number, origin: number) => number | nullCallback for seek operations.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SEEKFUNCTION.html
Optional
SEEKFUNCTION?: (this: EasyNativeBinding, offset: number, origin: number) => number | nullCallback for seek operations.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SEEKFUNCTION.html
Optional
SERVER_RESPONSE_TIMEOUT?: string | number | boolean | nullTimeout for server responses.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SERVER_RESPONSE_TIMEOUT.html
Optional
serverResponseTimeout?: string | number | boolean | nullTimeout for server responses.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SERVER_RESPONSE_TIMEOUT.html
Optional
SERVICE_NAME?: string | number | boolean | nullAuthentication service name.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SERVICE_NAME.html
Optional
serviceName?: string | number | boolean | nullAuthentication service name.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SERVICE_NAME.html
Optional
share?: Share | nullShare object to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SHARE.html
Optional
SHARE?: Share | nullShare object to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SHARE.html
Optional
SOCKS5_AUTH?: string | number | boolean | nullSocks5 authentication methods.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SOCKS5_AUTH.html
Optional
SOCKS5_GSSAPI_NEC?: string | number | boolean | nullSocks5 GSSAPI NEC mode.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SOCKS5_GSSAPI_NEC.html
Optional
SOCKS5_GSSAPI_SERVICE?: string | number | boolean | nullDeprecated option Socks5 GSSAPI service name.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SOCKS5_GSSAPI_SERVICE.html
Optional
socks5Auth?: string | number | boolean | nullSocks5 authentication methods.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SOCKS5_AUTH.html
Optional
socks5GssapiNec?: string | number | boolean | nullSocks5 GSSAPI NEC mode.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SOCKS5_GSSAPI_NEC.html
Optional
socks5GssapiService?: string | number | boolean | nullDeprecated option Socks5 GSSAPI service name.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SOCKS5_GSSAPI_SERVICE.html
Optional
SSH_AUTH_TYPES?: CurlSshAuth | nullSSH authentication types.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSH_AUTH_TYPES.html
Optional
SSH_COMPRESSION?: string | number | boolean | nullEnable SSH compression.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSH_COMPRESSION.html
Optional
SSH_HOST_PUBLIC_KEY_MD5?: string | number | boolean | nullMD5 of host's public key.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.html
Optional
SSH_HOSTKEYDATA?: string | number | boolean | nullCustom pointer to pass to ssh host key callback.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSH_HOSTKEYDATA.html
Optional
SSH_KNOWNHOSTS?: string | number | boolean | nullFile name with known hosts.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSH_KNOWNHOSTS.html
Optional
SSH_PRIVATE_KEYFILE?: string | number | boolean | nullFile name of private key.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSH_PRIVATE_KEYFILE.html
Optional
SSH_PUBLIC_KEYFILE?: string | number | boolean | nullFile name of public key.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSH_PUBLIC_KEYFILE.html
Optional
sshAuthTypes?: CurlSshAuth | nullSSH authentication types.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSH_AUTH_TYPES.html
Optional
sshCompression?: string | number | boolean | nullEnable SSH compression.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSH_COMPRESSION.html
Optional
sshHostKeyData?: string | number | boolean | nullCustom pointer to pass to ssh host key callback.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSH_HOSTKEYDATA.html
Optional
sshHostPublicKeyMd5?: string | number | boolean | nullMD5 of host's public key.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.html
Optional
sshKnownHosts?: string | number | boolean | nullFile name with known hosts.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSH_KNOWNHOSTS.html
Optional
sshPrivateKeyFile?: string | number | boolean | nullFile name of private key.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSH_PRIVATE_KEYFILE.html
Optional
sshPublicKeyFile?: string | number | boolean | nullFile name of public key.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSH_PUBLIC_KEYFILE.html
Optional
SSL_CIPHER_LIST?: string | number | boolean | nullCiphers to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_CIPHER_LIST.html
Optional
SSL_EC_CURVES?: string | number | boolean | nullSet key exchange curves.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_EC_CURVES.html
Optional
SSL_ENABLE_ALPN?: string | number | boolean | nullEnable use of ALPN.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_ENABLE_ALPN.html
Optional
SSL_ENABLE_NPN?: string | number | boolean | nullOBSOLETE Enable use of NPN.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_ENABLE_NPN.html
Optional
SSL_FALSESTART?: string | number | boolean | nullEnable TLS False Start.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_FALSESTART.html
Optional
SSL_OPTIONS?: CurlSslOpt | nullControl SSL behavior.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_OPTIONS.html
Optional
SSL_SESSIONID_CACHE?: string | number | boolean | nullDisable SSL session-id cache.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_SESSIONID_CACHE.html
Optional
SSL_VERIFYHOST?: string | number | boolean | nullVerify the host name in the SSL certificate.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_VERIFYHOST.html
Optional
SSL_VERIFYPEER?: string | number | boolean | nullVerify the SSL certificate.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_VERIFYPEER.html
Optional
SSL_VERIFYSTATUS?: string | number | boolean | nullVerify the SSL certificate's status.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_VERIFYSTATUS.html
Optional
sslCert?: string | number | boolean | nullClient cert.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLCERT.html
Optional
SSLCERT?: string | number | boolean | nullClient cert.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLCERT.html
Optional
SSLCERT_BLOB?: ArrayBuffer | Buffer | string | nullClient cert memory buffer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLCERT_BLOB.html
Optional
sslCertBlob?: ArrayBuffer | Buffer | string | nullClient cert memory buffer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLCERT_BLOB.html
Optional
sslCertType?: string | number | boolean | nullClient cert type.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLCERTTYPE.html
Optional
SSLCERTTYPE?: string | number | boolean | nullClient cert type.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLCERTTYPE.html
Optional
sslCipherList?: string | number | boolean | nullCiphers to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_CIPHER_LIST.html
Optional
sslEcCurves?: string | number | boolean | nullSet key exchange curves.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_EC_CURVES.html
Optional
sslEnableAlpn?: string | number | boolean | nullEnable use of ALPN.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_ENABLE_ALPN.html
Optional
sslEnableNpn?: string | number | boolean | nullOBSOLETE Enable use of NPN.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_ENABLE_NPN.html
Optional
sslEngine?: string | number | boolean | nullUse identifier with SSL engine.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLENGINE.html
Optional
SSLENGINE?: string | number | boolean | nullUse identifier with SSL engine.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLENGINE.html
Optional
SSLENGINE_DEFAULT?: string | number | boolean | nullDefault SSL engine.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLENGINE_DEFAULT.html
Optional
sslEngineDefault?: string | number | boolean | nullDefault SSL engine.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLENGINE_DEFAULT.html
Optional
sslFalsestart?: string | number | boolean | nullEnable TLS False Start.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_FALSESTART.html
Optional
sslKey?: string | number | boolean | nullClient key.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLKEY.html
Optional
SSLKEY?: string | number | boolean | nullClient key.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLKEY.html
Optional
SSLKEY_BLOB?: ArrayBuffer | Buffer | string | nullClient key memory buffer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLKEY_BLOB.html
Optional
sslKeyBlob?: ArrayBuffer | Buffer | string | nullClient key memory buffer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLKEY_BLOB.html
Optional
sslKeyType?: string | number | boolean | nullClient key type.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLKEYTYPE.html
Optional
SSLKEYTYPE?: string | number | boolean | nullClient key type.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLKEYTYPE.html
Optional
sslOptions?: CurlSslOpt | nullControl SSL behavior.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_OPTIONS.html
Optional
sslSessionIdCache?: string | number | boolean | nullDisable SSL session-id cache.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_SESSIONID_CACHE.html
Optional
sslVerifyHost?: string | number | boolean | nullVerify the host name in the SSL certificate.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_VERIFYHOST.html
Optional
sslVerifyPeer?: string | number | boolean | nullVerify the SSL certificate.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_VERIFYPEER.html
Optional
sslVerifyStatus?: string | number | boolean | nullVerify the SSL certificate's status.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_VERIFYSTATUS.html
Optional
sslversion?: CurlSslVersion | nullSSL version to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLVERSION.html
Optional
SSLVERSION?: CurlSslVersion | nullSSL version to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLVERSION.html
Optional
SUPPRESS_CONNECT_HEADERS?: string | number | boolean | nullSuppress proxy CONNECT response headers from user callbacks.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SUPPRESS_CONNECT_HEADERS.html
Optional
suppressConnectHeaders?: string | number | boolean | nullSuppress proxy CONNECT response headers from user callbacks.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SUPPRESS_CONNECT_HEADERS.html
Optional
TCP_FASTOPEN?: string | number | boolean | nullEnable TCP Fast Open.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TCP_FASTOPEN.html
Optional
TCP_KEEPALIVE?: string | number | boolean | nullEnable TCP keep-alive.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TCP_KEEPALIVE.html
Optional
TCP_KEEPIDLE?: string | number | boolean | nullIdle time before sending keep-alive.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TCP_KEEPIDLE.html
Optional
TCP_KEEPINTVL?: string | number | boolean | nullInterval between keep-alive probes.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TCP_KEEPINTVL.html
Optional
TCP_NODELAY?: string | number | boolean | nullDisable the Nagle algorithm.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TCP_NODELAY.html
Optional
tcpFastOpen?: string | number | boolean | nullEnable TCP Fast Open.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TCP_FASTOPEN.html
Optional
tcpKeepAlive?: string | number | boolean | nullEnable TCP keep-alive.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TCP_KEEPALIVE.html
Optional
tcpKeepIdle?: string | number | boolean | nullIdle time before sending keep-alive.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TCP_KEEPIDLE.html
Optional
tcpKeepIntvl?: string | number | boolean | nullInterval between keep-alive probes.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TCP_KEEPINTVL.html
Optional
tcpNoDelay?: string | number | boolean | nullDisable the Nagle algorithm.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TCP_NODELAY.html
Optional
telnetOptions?: string[] | nullTELNET options.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TELNETOPTIONS.html
Optional
TELNETOPTIONS?: string[] | nullTELNET options.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TELNETOPTIONS.html
Optional
TFTP_BLKSIZE?: string | number | boolean | nullTFTP block size.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TFTP_BLKSIZE.html
Optional
TFTP_NO_OPTIONS?: string | number | boolean | nullDo not send TFTP options requests.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TFTP_NO_OPTIONS.html
Optional
tftpBlkSize?: string | number | boolean | nullTFTP block size.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TFTP_BLKSIZE.html
Optional
tftpNoOptions?: string | number | boolean | nullDo not send TFTP options requests.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TFTP_NO_OPTIONS.html
Optional
timeCondition?: CurlTimeCond | nullMake a time conditional request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TIMECONDITION.html
Optional
TIMECONDITION?: CurlTimeCond | nullMake a time conditional request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TIMECONDITION.html
Optional
timeout?: string | number | boolean | nullTimeout for the entire request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TIMEOUT.html
Optional
TIMEOUT?: string | number | boolean | nullTimeout for the entire request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TIMEOUT.html
Optional
TIMEOUT_MS?: string | number | boolean | nullMillisecond timeout for the entire request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TIMEOUT_MS.html
Optional
timeoutMs?: string | number | boolean | nullMillisecond timeout for the entire request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TIMEOUT_MS.html
Optional
timeValue?: string | number | boolean | nullTime value for the time conditional request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TIMEVALUE.html
Optional
TIMEVALUE?: string | number | boolean | nullTime value for the time conditional request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TIMEVALUE.html
Optional
TIMEVALUE_LARGE?: string | number | boolean | nullTime value for the time conditional request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TIMEVALUE_LARGE.html
Optional
timeValueLarge?: string | number | boolean | nullTime value for the time conditional request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TIMEVALUE_LARGE.html
Optional
TLS13_CIPHERS?: string | number | boolean | nullTLS 1.3 cipher suites to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TLS13_CIPHERS.html
Optional
tls13Ciphers?: string | number | boolean | nullTLS 1.3 cipher suites to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TLS13_CIPHERS.html
Optional
TLSAUTH_PASSWORD?: string | number | boolean | nullTLS authentication password.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TLSAUTH_PASSWORD.html
Optional
TLSAUTH_TYPE?: string | number | boolean | nullTLS authentication methods.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TLSAUTH_TYPE.html
Optional
TLSAUTH_USERNAME?: string | number | boolean | nullTLS authentication user name.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TLSAUTH_USERNAME.html
Optional
tlsAuthPassword?: string | number | boolean | nullTLS authentication password.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TLSAUTH_PASSWORD.html
Optional
tlsAuthType?: string | number | boolean | nullTLS authentication methods.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TLSAUTH_TYPE.html
Optional
tlsAuthUsername?: string | number | boolean | nullTLS authentication user name.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TLSAUTH_USERNAME.html
Optional
trailerFunction?: (this: EasyNativeBinding) => string[] | false | nullSet callback for sending trailing headers.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TRAILERFUNCTION.html
Optional
TRAILERFUNCTION?: (this: EasyNativeBinding) => string[] | false | nullSet callback for sending trailing headers.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TRAILERFUNCTION.html
Optional
TRANSFER_ENCODING?: string | number | boolean | nullRequest Transfer-Encoding.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TRANSFER_ENCODING.html
Optional
transferEncoding?: string | number | boolean | nullRequest Transfer-Encoding.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TRANSFER_ENCODING.html
Optional
transferText?: string | number | boolean | nullUse text transfer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TRANSFERTEXT.html
Optional
TRANSFERTEXT?: string | number | boolean | nullUse text transfer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TRANSFERTEXT.html
Optional
UNIX_SOCKET_PATH?: string | number | boolean | nullPath to a Unix domain socket.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_UNIX_SOCKET_PATH.html
Optional
unixSocketPath?: string | number | boolean | nullPath to a Unix domain socket.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_UNIX_SOCKET_PATH.html
Optional
UNRESTRICTED_AUTH?: string | number | boolean | nullDo not restrict authentication to original host.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_UNRESTRICTED_AUTH.html
Optional
unrestrictedAuth?: string | number | boolean | nullDo not restrict authentication to original host.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_UNRESTRICTED_AUTH.html
Optional
UPKEEP_INTERVAL_MS?: string | number | boolean | nullSets the interval at which connection upkeep are performed.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_UPKEEP_INTERVAL_MS.html
Optional
upkeepIntervalMs?: string | number | boolean | nullSets the interval at which connection upkeep are performed.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_UPKEEP_INTERVAL_MS.html
Optional
upload?: string | number | boolean | nullUpload data.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_UPLOAD.html
Optional
UPLOAD?: string | number | boolean | nullUpload data.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_UPLOAD.html
Optional
UPLOAD_BUFFERSIZE?: string | number | boolean | nullSet upload buffer size.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_UPLOAD_BUFFERSIZE.html
Optional
uploadBufferSize?: string | number | boolean | nullSet upload buffer size.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_UPLOAD_BUFFERSIZE.html
Optional
url?: string | number | boolean | nullURL to work on.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_URL.html
Optional
URL?: string | number | boolean | nullURL to work on.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_URL.html
Optional
USE_SSL?: CurlUseSsl | nullUse TLS/SSL.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_USE_SSL.html
Optional
userAgent?: string | number | boolean | nullUser-Agent: header.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_USERAGENT.html
Optional
USERAGENT?: string | number | boolean | nullUser-Agent: header.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_USERAGENT.html
Optional
username?: string | number | boolean | nullUser name.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_USERNAME.html
Optional
USERNAME?: string | number | boolean | nullUser name.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_USERNAME.html
Optional
userpwd?: string | number | boolean | nullUser name and password.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_USERPWD.html
Optional
USERPWD?: string | number | boolean | nullUser name and password.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_USERPWD.html
Optional
useSsl?: CurlUseSsl | nullUse TLS/SSL.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_USE_SSL.html
Optional
verbose?: string | number | boolean | nullDisplay verbose information.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_VERBOSE.html
Optional
VERBOSE?: string | number | boolean | nullDisplay verbose information.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_VERBOSE.html
Optional
wildcardMatch?: string | number | boolean | nullTransfer multiple files according to a file name pattern.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_WILDCARDMATCH.html
Optional
WILDCARDMATCH?: string | number | boolean | nullTransfer multiple files according to a file name pattern.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_WILDCARDMATCH.html
Optional
writeFunction?: Callback for writing data.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_WRITEFUNCTION.html
Optional
WRITEFUNCTION?: Callback for writing data.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_WRITEFUNCTION.html
Optional
xferInfoFunction?: Callback for progress meter.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_XFERINFOFUNCTION.html
Optional
XFERINFOFUNCTION?: Callback for progress meter.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_XFERINFOFUNCTION.html
Optional
XOAUTH2_BEARER?: string | number | boolean | nullOAuth2 bearer token.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_XOAUTH2_BEARER.html
Optional
xoauth2Bearer?: string | number | boolean | nullOAuth2 bearer token.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_XOAUTH2_BEARER.html
Path to an abstract Unix domain socket.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_ABSTRACT_UNIX_SOCKET.html