OptionalABSTRACT_UNIX_SOCKET?: string | number | boolean | nullOptionalabstractUnixSocket?: string | number | boolean | nullPath to an abstract Unix domain socket.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_ABSTRACT_UNIX_SOCKET.html
OptionalACCEPT_ENCODING?: string | number | boolean | nullAccept-Encoding and automatic decompressing data.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_ACCEPT_ENCODING.html
OptionalacceptEncoding?: string | number | boolean | nullAccept-Encoding and automatic decompressing data.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_ACCEPT_ENCODING.html
OptionalACCEPTTIMEOUT_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
OptionalacceptTimeoutMs?: 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
OptionalADDRESS_SCOPE?: string | number | boolean | nullIPv6 scope for local addresses.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_ADDRESS_SCOPE.html
OptionaladdressScope?: string | number | boolean | nullIPv6 scope for local addresses.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_ADDRESS_SCOPE.html
OptionalaltSvc?: string | number | boolean | nullSpecify the Alt-Svc: cache file name.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_ALTSVC.html
OptionalALTSVC?: string | number | boolean | nullSpecify the Alt-Svc: cache file name.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_ALTSVC.html
OptionalALTSVC_CTRL?: string | number | boolean | nullEnable and configure Alt-Svc: treatment.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_ALTSVC_CTRL.html
OptionalaltSvcCtrl?: string | number | boolean | nullEnable and configure Alt-Svc: treatment.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_ALTSVC_CTRL.html
Optionalappend?: string | number | boolean | nullAppend to remote file.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_APPEND.html
OptionalAPPEND?: string | number | boolean | nullAppend to remote file.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_APPEND.html
OptionalautoReferer?: string | number | boolean | nullAutomatically set Referer: header.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_AUTOREFERER.html
OptionalAUTOREFERER?: string | number | boolean | nullAutomatically set Referer: header.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_AUTOREFERER.html
OptionalAWS_SIGV4?: string | number | boolean | nullAWS HTTP V4 Signature.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_AWS_SIGV4.html
OptionalawsSigV4?: string | number | boolean | nullAWS HTTP V4 Signature.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_AWS_SIGV4.html
OptionalbufferSize?: string | number | boolean | nullAsk for alternate buffer size.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_BUFFERSIZE.html
OptionalBUFFERSIZE?: string | number | boolean | nullAsk for alternate buffer size.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_BUFFERSIZE.html
OptionalcaInfo?: string | number | boolean | nullCA cert bundle.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CAINFO.html
OptionalCAINFO?: string | number | boolean | nullCA cert bundle.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CAINFO.html
OptionalCAINFO_BLOB?: ArrayBuffer | Buffer | string | nullCA cert bundle memory buffer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CAINFO_BLOB.html
OptionalcaInfoBlob?: ArrayBuffer | Buffer | string | nullCA cert bundle memory buffer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CAINFO_BLOB.html
OptionalcaPath?: string | number | boolean | nullPath to CA cert bundle.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CAPATH.html
OptionalCAPATH?: string | number | boolean | nullPath to CA cert bundle.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CAPATH.html
OptionalcertInfo?: string | number | boolean | nullExtract certificate info.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CERTINFO.html
OptionalCERTINFO?: string | number | boolean | nullExtract certificate info.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CERTINFO.html
OptionalCHUNK_BGN_FUNCTION?: Callback for wildcard download start of chunk.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CHUNK_BGN_FUNCTION.html
OptionalCHUNK_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
OptionalchunkBgnFunction?: Callback for wildcard download start of chunk.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CHUNK_BGN_FUNCTION.html
OptionalchunkEndFunction?: (this: EasyNativeBinding) => CurlChunk | nullCallback for wildcard download end of chunk.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CHUNK_END_FUNCTION.html
OptionalCONNECT_ONLY?: string | number | boolean | nullOnly connect, nothing else.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CONNECT_ONLY.html
OptionalCONNECT_TO?: string[] | nullConnect to a specific host and port.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CONNECT_TO.html
OptionalconnectOnly?: string | number | boolean | nullOnly connect, nothing else.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CONNECT_ONLY.html
OptionalconnectTimeout?: string | number | boolean | nullTimeout for the connection phase.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CONNECTTIMEOUT.html
OptionalCONNECTTIMEOUT?: string | number | boolean | nullTimeout for the connection phase.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CONNECTTIMEOUT.html
OptionalCONNECTTIMEOUT_MS?: string | number | boolean | nullMillisecond timeout for the connection phase.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CONNECTTIMEOUT_MS.html
OptionalconnectTimeoutMs?: string | number | boolean | nullMillisecond timeout for the connection phase.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CONNECTTIMEOUT_MS.html
OptionalconnectTo?: string[] | nullConnect to a specific host and port.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CONNECT_TO.html
Optionalcookie?: string | number | boolean | nullCookie(s) to send.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_COOKIE.html
OptionalCOOKIE?: string | number | boolean | nullCookie(s) to send.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_COOKIE.html
OptionalcookieFile?: string | number | boolean | nullFile to read cookies from.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_COOKIEFILE.html
OptionalCOOKIEFILE?: string | number | boolean | nullFile to read cookies from.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_COOKIEFILE.html
OptionalcookieJar?: string | number | boolean | nullFile to write cookies to.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_COOKIEJAR.html
OptionalCOOKIEJAR?: string | number | boolean | nullFile to write cookies to.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_COOKIEJAR.html
OptionalcookieList?: string | number | boolean | nullAdd or control cookies.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_COOKIELIST.html
OptionalCOOKIELIST?: string | number | boolean | nullAdd or control cookies.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_COOKIELIST.html
OptionalcookieSession?: string | number | boolean | nullStart a new cookie session.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_COOKIESESSION.html
OptionalCOOKIESESSION?: string | number | boolean | nullStart a new cookie session.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_COOKIESESSION.html
Optionalcrlf?: string | number | boolean | nullConvert newlines.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CRLF.html
OptionalCRLF?: string | number | boolean | nullConvert newlines.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CRLF.html
OptionalcrlFile?: string | number | boolean | nullCertificate Revocation List.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CRLFILE.html
OptionalCRLFILE?: string | number | boolean | nullCertificate Revocation List.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CRLFILE.html
OptionalcustomRequest?: string | number | boolean | nullCustom request/method.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CUSTOMREQUEST.html
OptionalCUSTOMREQUEST?: string | number | boolean | nullCustom request/method.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_CUSTOMREQUEST.html
OptionaldebugFunction?: (this: EasyNativeBinding, type: CurlInfoDebug, data: Buffer) => 0 | nullCallback for debug information.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DEBUGFUNCTION.html
OptionalDEBUGFUNCTION?: (this: EasyNativeBinding, type: CurlInfoDebug, data: Buffer) => 0 | nullCallback for debug information.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DEBUGFUNCTION.html
OptionalDEFAULT_PROTOCOL?: string | number | boolean | nullDefault protocol.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DEFAULT_PROTOCOL.html
OptionaldefaultProtocol?: string | number | boolean | nullDefault protocol.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DEFAULT_PROTOCOL.html
OptionaldirListOnly?: string | number | boolean | nullList only.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DIRLISTONLY.html
OptionalDIRLISTONLY?: string | number | boolean | nullList only.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DIRLISTONLY.html
OptionalDISALLOW_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
OptionaldisallowUsernameInUrl?: string | number | boolean | nullDo not allow username in URL.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DISALLOW_USERNAME_IN_URL.html
OptionalDNS_CACHE_TIMEOUT?: string | number | boolean | nullTimeout for DNS cache.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DNS_CACHE_TIMEOUT.html
OptionalDNS_INTERFACE?: string | number | boolean | nullBind name resolves to this interface.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DNS_INTERFACE.html
OptionalDNS_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
OptionalDNS_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
OptionalDNS_SERVERS?: string | number | boolean | nullPreferred DNS servers.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DNS_SERVERS.html
OptionalDNS_SHUFFLE_ADDRESSES?: string | number | boolean | nullShuffle addresses before use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DNS_SHUFFLE_ADDRESSES.html
OptionalDNS_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
OptionaldnsCacheTimeout?: string | number | boolean | nullTimeout for DNS cache.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DNS_CACHE_TIMEOUT.html
OptionaldnsInterface?: string | number | boolean | nullBind name resolves to this interface.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DNS_INTERFACE.html
OptionaldnsLocalIp4?: string | number | boolean | nullBind name resolves to this IP4 address.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DNS_LOCAL_IP4.html
OptionaldnsLocalIp6?: string | number | boolean | nullBind name resolves to this IP6 address.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DNS_LOCAL_IP6.html
OptionaldnsServers?: string | number | boolean | nullPreferred DNS servers.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DNS_SERVERS.html
OptionaldnsShuffleAddresses?: string | number | boolean | nullShuffle addresses before use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DNS_SHUFFLE_ADDRESSES.html
OptionaldnsUseGlobalCache?: string | number | boolean | nullOBSOLETE Enable global DNS cache.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DNS_USE_GLOBAL_CACHE.html
OptionalDOH_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
OptionalDOH_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
OptionalDOH_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
OptionalDOH_URL?: string | number | boolean | nullUse this DoH server for name resolves.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DOH_URL.html
OptionaldohSslVerifyHost?: 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
OptionaldohSslVerifyPeer?: 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
OptionaldohSslVerifyStatus?: 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
OptionaldohUrl?: string | number | boolean | nullUse this DoH server for name resolves.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_DOH_URL.html
OptionalegdSocket?: string | number | boolean | nullOBSOLETE Identify EGD socket for entropy.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_EGDSOCKET.html
OptionalEGDSOCKET?: string | number | boolean | nullOBSOLETE Identify EGD socket for entropy.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_EGDSOCKET.html
OptionalEXPECT_100_TIMEOUT_MS?: string | number | boolean | null100-continue timeout.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_EXPECT_100_TIMEOUT_MS.html
Optionalexpect100TimeoutMs?: string | number | boolean | null100-continue timeout.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_EXPECT_100_TIMEOUT_MS.html
OptionalfailOnError?: string | number | boolean | nullFail on HTTP 4xx errors.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FAILONERROR.html
OptionalFAILONERROR?: string | number | boolean | nullFail on HTTP 4xx errors.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FAILONERROR.html
OptionalfileTime?: string | number | boolean | nullRequest file modification date and time.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FILETIME.html
OptionalFILETIME?: string | number | boolean | nullRequest file modification date and time.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FILETIME.html
OptionalFNMATCH_FUNCTION?: Callback for wildcard matching.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FNMATCH_FUNCTION.html
OptionalfnMatchFunction?: Callback for wildcard matching.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FNMATCH_FUNCTION.html
OptionalfollowLocation?: string | number | boolean | nullFollow HTTP redirects.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FOLLOWLOCATION.html
OptionalFOLLOWLOCATION?: string | number | boolean | nullFollow HTTP redirects.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FOLLOWLOCATION.html
OptionalFORBID_REUSE?: string | number | boolean | nullPrevent subsequent connections from re-using this.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FORBID_REUSE.html
OptionalforbIdReuse?: string | number | boolean | nullPrevent subsequent connections from re-using this.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FORBID_REUSE.html
OptionalFRESH_CONNECT?: string | number | boolean | nullUse a new connection.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FRESH_CONNECT.html
OptionalfreshConnect?: string | number | boolean | nullUse a new connection.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FRESH_CONNECT.html
OptionalFTP_ACCOUNT?: string | number | boolean | nullSend ACCT command.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTP_ACCOUNT.html
OptionalFTP_ALTERNATIVE_TO_USER?: string | number | boolean | nullAlternative to USER.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTP_ALTERNATIVE_TO_USER.html
OptionalFTP_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
OptionalFTP_FILEMETHOD?: CurlFtpMethod | nullSpecify how to reach files.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTP_FILEMETHOD.html
OptionalFTP_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
OptionalFTP_SSL_CCC?: CurlFtpSsl | nullBack to non-TLS again after authentication.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTP_SSL_CCC.html
OptionalFTP_USE_EPRT?: string | number | boolean | nullUse EPRT.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTP_USE_EPRT.html
OptionalFTP_USE_EPSV?: string | number | boolean | nullUse EPSV.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTP_USE_EPSV.html
OptionalFTP_USE_PRET?: string | number | boolean | nullUse PRET.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTP_USE_PRET.html
OptionalftpAccount?: string | number | boolean | nullSend ACCT command.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTP_ACCOUNT.html
OptionalftpAlternativeToUser?: string | number | boolean | nullAlternative to USER.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTP_ALTERNATIVE_TO_USER.html
OptionalftpCreateMissingDirs?: 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
OptionalftpFileMethod?: CurlFtpMethod | nullSpecify how to reach files.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTP_FILEMETHOD.html
OptionalftpPort?: string | number | boolean | nullUse active FTP.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTPPORT.html
OptionalFTPPORT?: string | number | boolean | nullUse active FTP.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTPPORT.html
OptionalftpSkipPasvIp?: 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
OptionalftpSslAuth?: string | number | boolean | nullControl how to do TLS.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTPSSLAUTH.html
OptionalFTPSSLAUTH?: string | number | boolean | nullControl how to do TLS.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTPSSLAUTH.html
OptionalftpSslCcc?: CurlFtpSsl | nullBack to non-TLS again after authentication.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTP_SSL_CCC.html
OptionalftpUseEprt?: string | number | boolean | nullUse EPRT.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTP_USE_EPRT.html
OptionalftpUseEpsv?: string | number | boolean | nullUse EPSV.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTP_USE_EPSV.html
OptionalftpUsePret?: string | number | boolean | nullUse PRET.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_FTP_USE_PRET.html
OptionalGSSAPI_DELEGATION?: CurlGssApi | nullDisable GSS-API delegation.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_GSSAPI_DELEGATION.html
OptionalgssapiDelegation?: CurlGssApi | nullDisable GSS-API delegation.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_GSSAPI_DELEGATION.html
OptionalHAPPY_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
OptionalhappyEyeballsTimeoutMs?: string | number | boolean | nullTimeout for happy eyeballs.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.html
OptionalhaProxyProtocol?: string | number | boolean | nullSend an HAProxy PROXY protocol v1 header.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HAPROXYPROTOCOL.html
OptionalHAPROXYPROTOCOL?: string | number | boolean | nullSend an HAProxy PROXY protocol v1 header.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HAPROXYPROTOCOL.html
Optionalheader?: string | number | boolean | nullInclude the header in the body output.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HEADER.html
OptionalHEADER?: string | number | boolean | nullInclude the header in the body output.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HEADER.html
OptionalheaderFunction?: Callback for writing received headers.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HEADERFUNCTION.html
OptionalHEADERFUNCTION?: Callback for writing received headers.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HEADERFUNCTION.html
OptionalheaderOpt?: CurlHeader | nullControl custom headers.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HEADEROPT.html
OptionalHEADEROPT?: CurlHeader | nullControl custom headers.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HEADEROPT.html
Optionalhsts?: string | number | boolean | nullSet HSTS cache file.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HSTS.html
OptionalHSTS?: string | number | boolean | nullSet HSTS cache file.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HSTS.html
OptionalHSTS_CTRL?: CurlHsts | nullEnable HSTS.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HSTS_CTRL.html
OptionalhstsCtrl?: CurlHsts | nullEnable HSTS.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HSTS_CTRL.html
OptionalhstsReadFunction?: 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
OptionalHSTSREADFUNCTION?: 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
OptionalhstsWriteFunction?: Set HSTS write callback.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HSTSWRITEFUNCTION.html
OptionalHSTSWRITEFUNCTION?: Set HSTS write callback.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HSTSWRITEFUNCTION.html
OptionalHTTP_CONTENT_DECODING?: string | number | boolean | nullDisable Content decoding.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTP_CONTENT_DECODING.html
OptionalHTTP_TRANSFER_DECODING?: string | number | boolean | nullDisable Transfer decoding.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTP_TRANSFER_DECODING.html
OptionalHTTP_VERSION?: CurlHttpVersion | nullHTTP version to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTP_VERSION.html
OptionalHTTP09_ALLOWED?: string | number | boolean | nullAllow HTTP/0.9 responses.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTP09_ALLOWED.html
Optionalhttp09Allowed?: string | number | boolean | nullAllow HTTP/0.9 responses.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTP09_ALLOWED.html
Optionalhttp200aliases?: string[] | nullAlternative versions of 200 OK.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTP200ALIASES.html
OptionalHTTP200ALIASES?: string[] | nullAlternative versions of 200 OK.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTP200ALIASES.html
OptionalhttpAuth?: string | number | boolean | nullHTTP server authentication methods.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTPAUTH.html
OptionalHTTPAUTH?: string | number | boolean | nullHTTP server authentication methods.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTPAUTH.html
OptionalhttpContentDecoding?: string | number | boolean | nullDisable Content decoding.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTP_CONTENT_DECODING.html
OptionalhttpGet?: string | number | boolean | nullDo an HTTP GET request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTPGET.html
OptionalHTTPGET?: string | number | boolean | nullDo an HTTP GET request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTPGET.html
OptionalhttpHeader?: string[] | nullCustom HTTP headers.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTPHEADER.html
OptionalHTTPHEADER?: string[] | nullCustom HTTP headers.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTPHEADER.html
OptionalhttpPost?: HttpPostField[] | nullDeprecated option Multipart formpost HTTP POST.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTPPOST.html
OptionalHTTPPOST?: HttpPostField[] | nullDeprecated option Multipart formpost HTTP POST.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTPPOST.html
OptionalhttpProxyTunnel?: string | number | boolean | nullTunnel through the HTTP proxy.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTPPROXYTUNNEL.html
OptionalHTTPPROXYTUNNEL?: string | number | boolean | nullTunnel through the HTTP proxy.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTPPROXYTUNNEL.html
OptionalhttpTransferDecoding?: string | number | boolean | nullDisable Transfer decoding.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTP_TRANSFER_DECODING.html
OptionalhttpVersion?: CurlHttpVersion | nullHTTP version to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_HTTP_VERSION.html
OptionalIGNORE_CONTENT_LENGTH?: string | number | boolean | nullIgnore Content-Length.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_IGNORE_CONTENT_LENGTH.html
OptionalignoreContentLength?: string | number | boolean | nullIgnore Content-Length.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_IGNORE_CONTENT_LENGTH.html
OptionalinFileSize?: string | number | boolean | nullSize of file to send.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_INFILESIZE.html
OptionalINFILESIZE?: string | number | boolean | nullSize of file to send.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_INFILESIZE.html
OptionalINFILESIZE_LARGE?: string | number | boolean | nullSize of file to send.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_INFILESIZE_LARGE.html
OptionalinFileSizeLarge?: string | number | boolean | nullSize of file to send.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_INFILESIZE_LARGE.html
Optionalinterface?: string | number | boolean | nullBind connection locally to this.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_INTERFACE.html
OptionalINTERFACE?: string | number | boolean | nullBind connection locally to this.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_INTERFACE.html
OptionalipResolve?: CurlIpResolve | nullIP version to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_IPRESOLVE.html
OptionalIPRESOLVE?: CurlIpResolve | nullIP version to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_IPRESOLVE.html
OptionalissuerCert?: string | number | boolean | nullIssuer certificate.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_ISSUERCERT.html
OptionalISSUERCERT?: string | number | boolean | nullIssuer certificate.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_ISSUERCERT.html
OptionalISSUERCERT_BLOB?: ArrayBuffer | Buffer | string | nullIssuer certificate memory buffer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_ISSUERCERT_BLOB.html
OptionalissuerCertBlob?: ArrayBuffer | Buffer | string | nullIssuer certificate memory buffer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_ISSUERCERT_BLOB.html
OptionalKEEP_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
OptionalkeepSendingOnError?: string | number | boolean | nullKeep sending on HTTP >= 300 errors.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_KEEP_SENDING_ON_ERROR.html
OptionalkeyPasswd?: string | number | boolean | nullClient key password.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_KEYPASSWD.html
OptionalKEYPASSWD?: string | number | boolean | nullClient key password.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_KEYPASSWD.html
OptionalkrbLevel?: string | number | boolean | nullKerberos security level.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_KRBLEVEL.html
OptionalKRBLEVEL?: string | number | boolean | nullKerberos security level.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_KRBLEVEL.html
OptionallocalPort?: string | number | boolean | nullBind connection locally to this port.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_LOCALPORT.html
OptionalLOCALPORT?: string | number | boolean | nullBind connection locally to this port.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_LOCALPORT.html
OptionallocalPortRange?: string | number | boolean | nullBind connection locally to port range.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_LOCALPORTRANGE.html
OptionalLOCALPORTRANGE?: string | number | boolean | nullBind connection locally to port range.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_LOCALPORTRANGE.html
OptionalLOGIN_OPTIONS?: string | number | boolean | nullLogin options.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_LOGIN_OPTIONS.html
OptionalloginOptions?: string | number | boolean | nullLogin options.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_LOGIN_OPTIONS.html
OptionalLOW_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
OptionalLOW_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
OptionallowSpeedLimit?: string | number | boolean | nullLow speed limit to abort transfer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_LOW_SPEED_LIMIT.html
OptionallowSpeedTime?: 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
OptionalMAIL_AUTH?: string | number | boolean | nullAuthentication address.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAIL_AUTH.html
OptionalMAIL_FROM?: string | number | boolean | nullAddress of the sender.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAIL_FROM.html
OptionalMAIL_RCPT?: string[] | nullAddress of the recipients.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAIL_RCPT.html
OptionalMAIL_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
OptionalmailAuth?: string | number | boolean | nullAuthentication address.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAIL_AUTH.html
OptionalmailFrom?: string | number | boolean | nullAddress of the sender.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAIL_FROM.html
OptionalmailRcpt?: string[] | nullAddress of the recipients.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAIL_RCPT.html
OptionalmailRcptAlllowfails?: 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
OptionalMAX_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
OptionalMAX_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
OptionalMAXAGE_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
OptionalmaxAgeConn?: 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
OptionalmaxConnects?: string | number | boolean | nullMaximum number of connections in the connection pool.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAXCONNECTS.html
OptionalMAXCONNECTS?: string | number | boolean | nullMaximum number of connections in the connection pool.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAXCONNECTS.html
OptionalmaxFileSize?: string | number | boolean | nullMaximum file size to get.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAXFILESIZE.html
OptionalMAXFILESIZE?: string | number | boolean | nullMaximum file size to get.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAXFILESIZE.html
OptionalMAXFILESIZE_LARGE?: string | number | boolean | nullMaximum file size to get.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAXFILESIZE_LARGE.html
OptionalmaxFileSizeLarge?: string | number | boolean | nullMaximum file size to get.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAXFILESIZE_LARGE.html
OptionalMAXLIFETIME_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
OptionalmaxLifetimeConn?: 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
OptionalmaxRecvSpeedLarge?: string | number | boolean | nullCap the download speed to this.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAX_RECV_SPEED_LARGE.html
OptionalmaxRedirs?: string | number | boolean | nullMaximum number of redirects to follow.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAXREDIRS.html
OptionalMAXREDIRS?: string | number | boolean | nullMaximum number of redirects to follow.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAXREDIRS.html
OptionalmaxSendSpeedLarge?: string | number | boolean | nullCap the upload speed to this.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_MAX_SEND_SPEED_LARGE.html
Optionalnetrc?: CurlNetrc | nullEnable .netrc parsing.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_NETRC.html
OptionalNETRC?: CurlNetrc | nullEnable .netrc parsing.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_NETRC.html
OptionalNETRC_FILE?: string | number | boolean | null.netrc file name.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_NETRC_FILE.html
OptionalnetrcFile?: string | number | boolean | null.netrc file name.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_NETRC_FILE.html
OptionalNEW_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
OptionalNEW_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
OptionalnewDirectoryPerms?: string | number | boolean | nullMode for creating new remote directories.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_NEW_DIRECTORY_PERMS.html
OptionalnewFilePerms?: string | number | boolean | nullMode for creating new remote files.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_NEW_FILE_PERMS.html
Optionalnobody?: string | number | boolean | nullDo not get the body contents.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_NOBODY.html
OptionalNOBODY?: string | number | boolean | nullDo not get the body contents.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_NOBODY.html
OptionalnoProgress?: string | number | boolean | nullShut off the progress meter.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_NOPROGRESS.html
OptionalNOPROGRESS?: string | number | boolean | nullShut off the progress meter.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_NOPROGRESS.html
OptionalnoProxy?: string | number | boolean | nullFilter out hosts from proxy use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_NOPROXY.html
OptionalNOPROXY?: string | number | boolean | nullFilter out hosts from proxy use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_NOPROXY.html
OptionalnoSignal?: string | number | boolean | nullDo not install signal handlers.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_NOSIGNAL.html
OptionalNOSIGNAL?: string | number | boolean | nullDo not install signal handlers.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_NOSIGNAL.html
Optionalpassword?: string | number | boolean | nullPassword.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PASSWORD.html
OptionalPASSWORD?: string | number | boolean | nullPassword.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PASSWORD.html
OptionalPATH_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
OptionalpathAsIs?: string | number | boolean | nullDisable squashing /../ and /./ sequences in the path.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PATH_AS_IS.html
OptionalpinnedPublicKey?: string | number | boolean | nullSet pinned SSL public key .
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PINNEDPUBLICKEY.html
OptionalPINNEDPUBLICKEY?: string | number | boolean | nullSet pinned SSL public key .
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PINNEDPUBLICKEY.html
OptionalpipeWait?: string | number | boolean | nullWait on connection to pipeline on it.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PIPEWAIT.html
OptionalPIPEWAIT?: string | number | boolean | nullWait on connection to pipeline on it.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PIPEWAIT.html
Optionalport?: string | number | boolean | nullPort number to connect to.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PORT.html
OptionalPORT?: string | number | boolean | nullPort number to connect to.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PORT.html
Optionalpost?: string | number | boolean | nullIssue an HTTP POST request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_POST.html
OptionalPOST?: string | number | boolean | nullIssue an HTTP POST request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_POST.html
OptionalpostFields?: string | number | boolean | nullSend a POST with this data.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_POSTFIELDS.html
OptionalPOSTFIELDS?: string | number | boolean | nullSend a POST with this data.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_POSTFIELDS.html
OptionalpostFieldSize?: string | number | boolean | nullThe POST data is this big.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_POSTFIELDSIZE.html
OptionalPOSTFIELDSIZE?: string | number | boolean | nullThe POST data is this big.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_POSTFIELDSIZE.html
OptionalPOSTFIELDSIZE_LARGE?: string | number | boolean | nullThe POST data is this big.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_POSTFIELDSIZE_LARGE.html
OptionalpostFieldSizeLarge?: string | number | boolean | nullThe POST data is this big.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_POSTFIELDSIZE_LARGE.html
OptionalpostQuote?: string[] | nullCommands to run after transfer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_POSTQUOTE.html
OptionalPOSTQUOTE?: string[] | nullCommands to run after transfer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_POSTQUOTE.html
OptionalpostRedir?: string | number | boolean | nullHow to act on redirects after POST.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_POSTREDIR.html
OptionalPOSTREDIR?: string | number | boolean | nullHow to act on redirects after POST.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_POSTREDIR.html
OptionalPRE_PROXY?: string | number | boolean | nullSocks proxy to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PRE_PROXY.html
OptionalpreProxy?: string | number | boolean | nullSocks proxy to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PRE_PROXY.html
OptionalpreQuote?: string[] | nullCommands to run just before transfer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PREQUOTE.html
OptionalPREQUOTE?: string[] | nullCommands to run just before transfer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PREQUOTE.html
OptionalpreReqFunction?: 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
OptionalPREREQFUNCTION?: 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
OptionalprogressFunction?: OBSOLETE callback for progress meter.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROGRESSFUNCTION.html
OptionalPROGRESSFUNCTION?: OBSOLETE callback for progress meter.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROGRESSFUNCTION.html
Optionalprotocols?: CurlProtocol | nullDeprecated option Allowed protocols.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROTOCOLS.html
OptionalPROTOCOLS?: CurlProtocol | nullDeprecated option Allowed protocols.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROTOCOLS.html
OptionalPROTOCOLS_STR?: string | number | boolean | nullAllowed protocols.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROTOCOLS_STR.html
OptionalprotocolsStr?: string | number | boolean | nullAllowed protocols.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROTOCOLS_STR.html
Optionalproxy?: string | number | boolean | nullProxy to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY.html
OptionalPROXY?: string | number | boolean | nullProxy to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY.html
OptionalPROXY_CAINFO?: string | number | boolean | nullProxy CA cert bundle.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_CAINFO.html
OptionalPROXY_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
OptionalPROXY_CAPATH?: string | number | boolean | nullPath to proxy CA cert bundle.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_CAPATH.html
OptionalPROXY_CRLFILE?: string | number | boolean | nullProxy Certificate Revocation List.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_CRLFILE.html
OptionalPROXY_ISSUERCERT?: string | number | boolean | nullProxy issuer certificate.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_ISSUERCERT.html
OptionalPROXY_ISSUERCERT_BLOB?: string | number | boolean | nullProxy issuer certificate memory buffer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_ISSUERCERT_BLOB.html
OptionalPROXY_KEYPASSWD?: string | number | boolean | nullProxy client key password.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_KEYPASSWD.html
OptionalPROXY_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
OptionalPROXY_SERVICE_NAME?: string | number | boolean | nullProxy authentication service name.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SERVICE_NAME.html
OptionalPROXY_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
OptionalPROXY_SSL_OPTIONS?: CurlSslOpt | nullControl proxy SSL behavior.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSL_OPTIONS.html
OptionalPROXY_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
OptionalPROXY_SSL_VERIFYPEER?: string | number | boolean | nullVerify the proxy SSL certificate.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSL_VERIFYPEER.html
OptionalPROXY_SSLCERT?: ArrayBuffer | Buffer | string | nullProxy client cert.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSLCERT.html
OptionalPROXY_SSLCERT_BLOB?: ArrayBuffer | Buffer | string | nullProxy client cert memory buffer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSLCERT_BLOB.html
OptionalPROXY_SSLCERTTYPE?: string | number | boolean | nullProxy client cert type.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSLCERTTYPE.html
OptionalPROXY_SSLKEY?: string | number | boolean | nullProxy client key.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSLKEY.html
OptionalPROXY_SSLKEY_BLOB?: ArrayBuffer | Buffer | string | nullProxy client key.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSLKEY_BLOB.html
OptionalPROXY_SSLKEYTYPE?: string | number | boolean | nullProxy client key type.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSLKEYTYPE.html
OptionalPROXY_SSLVERSION?: string | number | boolean | nullProxy SSL version to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSLVERSION.html
OptionalPROXY_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
OptionalPROXY_TLSAUTH_PASSWORD?: string | number | boolean | nullProxy TLS authentication password.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_TLSAUTH_PASSWORD.html
OptionalPROXY_TLSAUTH_TYPE?: string | number | boolean | nullProxy TLS authentication methods.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_TLSAUTH_TYPE.html
OptionalPROXY_TLSAUTH_USERNAME?: string | number | boolean | nullProxy TLS authentication user name.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_TLSAUTH_USERNAME.html
OptionalPROXY_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
OptionalproxyAuth?: string | number | boolean | nullHTTP proxy authentication methods.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXYAUTH.html
OptionalPROXYAUTH?: string | number | boolean | nullHTTP proxy authentication methods.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXYAUTH.html
OptionalproxyCaInfo?: string | number | boolean | nullProxy CA cert bundle.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_CAINFO.html
OptionalproxyCaInfoBlob?: ArrayBuffer | Buffer | string | nullProxy CA cert bundle memory buffer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_CAINFO_BLOB.html
OptionalproxyCaPath?: string | number | boolean | nullPath to proxy CA cert bundle.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_CAPATH.html
OptionalproxyCrlFile?: string | number | boolean | nullProxy Certificate Revocation List.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_CRLFILE.html
OptionalproxyHeader?: string[] | nullCustom HTTP headers sent to proxy.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXYHEADER.html
OptionalPROXYHEADER?: string[] | nullCustom HTTP headers sent to proxy.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXYHEADER.html
OptionalproxyIssuerCert?: string | number | boolean | nullProxy issuer certificate.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_ISSUERCERT.html
OptionalproxyIssuerCertBlob?: string | number | boolean | nullProxy issuer certificate memory buffer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_ISSUERCERT_BLOB.html
OptionalproxyKeyPasswd?: string | number | boolean | nullProxy client key password.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_KEYPASSWD.html
OptionalproxyPassword?: string | number | boolean | nullProxy password.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXYPASSWORD.html
OptionalPROXYPASSWORD?: string | number | boolean | nullProxy password.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXYPASSWORD.html
OptionalproxyPinnedPublicKey?: string | number | boolean | nullSet the proxy's pinned SSL public key.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_PINNEDPUBLICKEY.html
OptionalproxyPort?: string | number | boolean | nullProxy port to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXYPORT.html
OptionalPROXYPORT?: string | number | boolean | nullProxy port to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXYPORT.html
OptionalproxyServiceName?: string | number | boolean | nullProxy authentication service name.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SERVICE_NAME.html
OptionalproxySslCert?: ArrayBuffer | Buffer | string | nullProxy client cert.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSLCERT.html
OptionalproxySslCertBlob?: ArrayBuffer | Buffer | string | nullProxy client cert memory buffer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSLCERT_BLOB.html
OptionalproxySslCertType?: string | number | boolean | nullProxy client cert type.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSLCERTTYPE.html
OptionalproxySslCipherList?: string | number | boolean | nullProxy ciphers to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSL_CIPHER_LIST.html
OptionalproxySslKey?: string | number | boolean | nullProxy client key.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSLKEY.html
OptionalproxySslKeyBlob?: ArrayBuffer | Buffer | string | nullProxy client key.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSLKEY_BLOB.html
OptionalproxySslKeyType?: string | number | boolean | nullProxy client key type.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSLKEYTYPE.html
OptionalproxySslOptions?: CurlSslOpt | nullControl proxy SSL behavior.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSL_OPTIONS.html
OptionalproxySslVerifyHost?: 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
OptionalproxySslVerifyPeer?: string | number | boolean | nullVerify the proxy SSL certificate.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSL_VERIFYPEER.html
OptionalproxySslversion?: string | number | boolean | nullProxy SSL version to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_SSLVERSION.html
OptionalproxyTls13Ciphers?: 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
OptionalproxyTlsAuthPassword?: string | number | boolean | nullProxy TLS authentication password.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_TLSAUTH_PASSWORD.html
OptionalproxyTlsAuthType?: string | number | boolean | nullProxy TLS authentication methods.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_TLSAUTH_TYPE.html
OptionalproxyTlsAuthUsername?: string | number | boolean | nullProxy TLS authentication user name.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_TLSAUTH_USERNAME.html
OptionalproxyTransferMode?: string | number | boolean | nullAdd transfer mode to URL over proxy.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXY_TRANSFER_MODE.html
OptionalproxyType?: CurlProxy | nullProxy type.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXYTYPE.html
OptionalPROXYTYPE?: CurlProxy | nullProxy type.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXYTYPE.html
OptionalproxyUsername?: string | number | boolean | nullProxy user name.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXYUSERNAME.html
OptionalPROXYUSERNAME?: string | number | boolean | nullProxy user name.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXYUSERNAME.html
OptionalproxyUserpwd?: string | number | boolean | nullProxy user name and password.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXYUSERPWD.html
OptionalPROXYUSERPWD?: string | number | boolean | nullProxy user name and password.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PROXYUSERPWD.html
Optionalput?: string | number | boolean | nullDeprecated option Issue an HTTP PUT request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PUT.html
OptionalPUT?: string | number | boolean | nullDeprecated option Issue an HTTP PUT request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_PUT.html
Optionalquote?: string[] | nullCommands to run before transfer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_QUOTE.html
OptionalQUOTE?: string[] | nullCommands to run before transfer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_QUOTE.html
OptionalRANDOM_FILE?: string | number | boolean | nullOBSOLETE Provide source for entropy random data.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RANDOM_FILE.html
OptionalrandomFile?: string | number | boolean | nullOBSOLETE Provide source for entropy random data.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RANDOM_FILE.html
Optionalrange?: string | number | boolean | nullRange requests.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RANGE.html
OptionalRANGE?: string | number | boolean | nullRange requests.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RANGE.html
OptionalreadData?: string | number | boolean | nullData pointer to pass to the read callback.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_READDATA.html
OptionalREADDATA?: string | number | boolean | nullData pointer to pass to the read callback.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_READDATA.html
OptionalreadFunction?: Callback for reading data.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_READFUNCTION.html
OptionalREADFUNCTION?: Callback for reading data.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_READFUNCTION.html
OptionalREDIR_PROTOCOLS?: CurlProtocol | nullDeprecated option Protocols to allow redirects to.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_REDIR_PROTOCOLS.html
OptionalREDIR_PROTOCOLS_STR?: string | number | boolean | nullProtocols to allow redirects to.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_REDIR_PROTOCOLS_STR.html
OptionalredirProtocols?: CurlProtocol | nullDeprecated option Protocols to allow redirects to.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_REDIR_PROTOCOLS.html
OptionalredirProtocolsStr?: string | number | boolean | nullProtocols to allow redirects to.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_REDIR_PROTOCOLS_STR.html
Optionalreferer?: string | number | boolean | nullReferer: header.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_REFERER.html
OptionalREFERER?: string | number | boolean | nullReferer: header.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_REFERER.html
OptionalREQUEST_TARGET?: string | number | boolean | nullSet the request target.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_REQUEST_TARGET.html
OptionalrequestTarget?: string | number | boolean | nullSet the request target.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_REQUEST_TARGET.html
Optionalresolve?: string[] | nullProvide fixed/fake name resolves.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RESOLVE.html
OptionalRESOLVE?: string[] | nullProvide fixed/fake name resolves.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RESOLVE.html
OptionalRESUME_FROM?: string | number | boolean | nullResume a transfer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RESUME_FROM.html
OptionalRESUME_FROM_LARGE?: string | number | boolean | nullResume a transfer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RESUME_FROM_LARGE.html
OptionalresumeFrom?: string | number | boolean | nullResume a transfer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RESUME_FROM.html
OptionalresumeFromLarge?: string | number | boolean | nullResume a transfer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RESUME_FROM_LARGE.html
OptionalRTSP_CLIENT_CSEQ?: string | number | boolean | nullClient CSEQ number.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RTSP_CLIENT_CSEQ.html
OptionalRTSP_REQUEST?: CurlRtspRequest | nullRTSP request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RTSP_REQUEST.html
OptionalRTSP_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
OptionalRTSP_SESSION_ID?: string | number | boolean | nullRTSP session-id.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RTSP_SESSION_ID.html
OptionalRTSP_STREAM_URI?: string | number | boolean | nullRTSP stream URI.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RTSP_STREAM_URI.html
OptionalRTSP_TRANSPORT?: string | number | boolean | nullRTSP Transport: header.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RTSP_TRANSPORT.html
OptionalrtspClientCseq?: string | number | boolean | nullClient CSEQ number.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RTSP_CLIENT_CSEQ.html
OptionalrtspRequest?: CurlRtspRequest | nullRTSP request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RTSP_REQUEST.html
OptionalrtspServerCseq?: string | number | boolean | nullCSEQ number for RTSP Server->Client request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RTSP_SERVER_CSEQ.html
OptionalrtspSessionId?: string | number | boolean | nullRTSP session-id.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RTSP_SESSION_ID.html
OptionalrtspStreamUri?: string | number | boolean | nullRTSP stream URI.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RTSP_STREAM_URI.html
OptionalrtspTransPort?: string | number | boolean | nullRTSP Transport: header.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_RTSP_TRANSPORT.html
OptionalSASL_AUTHZID?: string | number | boolean | nullSASL authorization identity (identity to act as).
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SASL_AUTHZID.html
OptionalSASL_IR?: string | number | boolean | nullEnable SASL initial response.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SASL_IR.html
OptionalsaslAuthzId?: string | number | boolean | nullSASL authorization identity (identity to act as).
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SASL_AUTHZID.html
OptionalsaslIr?: string | number | boolean | nullEnable SASL initial response.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SASL_IR.html
OptionalseekFunction?: (this: EasyNativeBinding, offset: number, origin: number) => number | nullCallback for seek operations.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SEEKFUNCTION.html
OptionalSEEKFUNCTION?: (this: EasyNativeBinding, offset: number, origin: number) => number | nullCallback for seek operations.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SEEKFUNCTION.html
OptionalSERVER_RESPONSE_TIMEOUT?: string | number | boolean | nullTimeout for server responses.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SERVER_RESPONSE_TIMEOUT.html
OptionalserverResponseTimeout?: string | number | boolean | nullTimeout for server responses.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SERVER_RESPONSE_TIMEOUT.html
OptionalSERVICE_NAME?: string | number | boolean | nullAuthentication service name.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SERVICE_NAME.html
OptionalserviceName?: string | number | boolean | nullAuthentication service name.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SERVICE_NAME.html
Optionalshare?: Share | nullShare object to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SHARE.html
OptionalSHARE?: Share | nullShare object to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SHARE.html
OptionalSOCKS5_AUTH?: string | number | boolean | nullSocks5 authentication methods.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SOCKS5_AUTH.html
OptionalSOCKS5_GSSAPI_NEC?: string | number | boolean | nullSocks5 GSSAPI NEC mode.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SOCKS5_GSSAPI_NEC.html
OptionalSOCKS5_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
Optionalsocks5Auth?: string | number | boolean | nullSocks5 authentication methods.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SOCKS5_AUTH.html
Optionalsocks5GssapiNec?: string | number | boolean | nullSocks5 GSSAPI NEC mode.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SOCKS5_GSSAPI_NEC.html
Optionalsocks5GssapiService?: string | number | boolean | nullDeprecated option Socks5 GSSAPI service name.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SOCKS5_GSSAPI_SERVICE.html
OptionalSSH_AUTH_TYPES?: CurlSshAuth | nullSSH authentication types.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSH_AUTH_TYPES.html
OptionalSSH_COMPRESSION?: string | number | boolean | nullEnable SSH compression.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSH_COMPRESSION.html
OptionalSSH_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
OptionalSSH_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
OptionalSSH_KNOWNHOSTS?: string | number | boolean | nullFile name with known hosts.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSH_KNOWNHOSTS.html
OptionalSSH_PRIVATE_KEYFILE?: string | number | boolean | nullFile name of private key.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSH_PRIVATE_KEYFILE.html
OptionalSSH_PUBLIC_KEYFILE?: string | number | boolean | nullFile name of public key.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSH_PUBLIC_KEYFILE.html
OptionalsshAuthTypes?: CurlSshAuth | nullSSH authentication types.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSH_AUTH_TYPES.html
OptionalsshCompression?: string | number | boolean | nullEnable SSH compression.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSH_COMPRESSION.html
OptionalsshHostKeyData?: 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
OptionalsshHostPublicKeyMd5?: 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
OptionalsshKnownHosts?: string | number | boolean | nullFile name with known hosts.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSH_KNOWNHOSTS.html
OptionalsshPrivateKeyFile?: string | number | boolean | nullFile name of private key.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSH_PRIVATE_KEYFILE.html
OptionalsshPublicKeyFile?: string | number | boolean | nullFile name of public key.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSH_PUBLIC_KEYFILE.html
OptionalSSL_CIPHER_LIST?: string | number | boolean | nullCiphers to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_CIPHER_LIST.html
OptionalSSL_EC_CURVES?: string | number | boolean | nullSet key exchange curves.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_EC_CURVES.html
OptionalSSL_ENABLE_ALPN?: string | number | boolean | nullEnable use of ALPN.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_ENABLE_ALPN.html
OptionalSSL_ENABLE_NPN?: string | number | boolean | nullOBSOLETE Enable use of NPN.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_ENABLE_NPN.html
OptionalSSL_FALSESTART?: string | number | boolean | nullEnable TLS False Start.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_FALSESTART.html
OptionalSSL_OPTIONS?: CurlSslOpt | nullControl SSL behavior.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_OPTIONS.html
OptionalSSL_SESSIONID_CACHE?: string | number | boolean | nullDisable SSL session-id cache.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_SESSIONID_CACHE.html
OptionalSSL_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
OptionalSSL_VERIFYPEER?: string | number | boolean | nullVerify the SSL certificate.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_VERIFYPEER.html
OptionalSSL_VERIFYSTATUS?: string | number | boolean | nullVerify the SSL certificate's status.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_VERIFYSTATUS.html
OptionalsslCert?: string | number | boolean | nullClient cert.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLCERT.html
OptionalSSLCERT?: string | number | boolean | nullClient cert.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLCERT.html
OptionalSSLCERT_BLOB?: ArrayBuffer | Buffer | string | nullClient cert memory buffer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLCERT_BLOB.html
OptionalsslCertBlob?: ArrayBuffer | Buffer | string | nullClient cert memory buffer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLCERT_BLOB.html
OptionalsslCertType?: string | number | boolean | nullClient cert type.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLCERTTYPE.html
OptionalSSLCERTTYPE?: string | number | boolean | nullClient cert type.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLCERTTYPE.html
OptionalsslCipherList?: string | number | boolean | nullCiphers to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_CIPHER_LIST.html
OptionalsslEcCurves?: string | number | boolean | nullSet key exchange curves.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_EC_CURVES.html
OptionalsslEnableAlpn?: string | number | boolean | nullEnable use of ALPN.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_ENABLE_ALPN.html
OptionalsslEnableNpn?: string | number | boolean | nullOBSOLETE Enable use of NPN.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_ENABLE_NPN.html
OptionalsslEngine?: string | number | boolean | nullUse identifier with SSL engine.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLENGINE.html
OptionalSSLENGINE?: string | number | boolean | nullUse identifier with SSL engine.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLENGINE.html
OptionalSSLENGINE_DEFAULT?: string | number | boolean | nullDefault SSL engine.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLENGINE_DEFAULT.html
OptionalsslEngineDefault?: string | number | boolean | nullDefault SSL engine.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLENGINE_DEFAULT.html
OptionalsslFalsestart?: string | number | boolean | nullEnable TLS False Start.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_FALSESTART.html
OptionalsslKey?: string | number | boolean | nullClient key.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLKEY.html
OptionalSSLKEY?: string | number | boolean | nullClient key.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLKEY.html
OptionalSSLKEY_BLOB?: ArrayBuffer | Buffer | string | nullClient key memory buffer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLKEY_BLOB.html
OptionalsslKeyBlob?: ArrayBuffer | Buffer | string | nullClient key memory buffer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLKEY_BLOB.html
OptionalsslKeyType?: string | number | boolean | nullClient key type.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLKEYTYPE.html
OptionalSSLKEYTYPE?: string | number | boolean | nullClient key type.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLKEYTYPE.html
OptionalsslOptions?: CurlSslOpt | nullControl SSL behavior.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_OPTIONS.html
OptionalsslSessionIdCache?: string | number | boolean | nullDisable SSL session-id cache.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_SESSIONID_CACHE.html
OptionalsslVerifyHost?: string | number | boolean | nullVerify the host name in the SSL certificate.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_VERIFYHOST.html
OptionalsslVerifyPeer?: string | number | boolean | nullVerify the SSL certificate.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_VERIFYPEER.html
OptionalsslVerifyStatus?: string | number | boolean | nullVerify the SSL certificate's status.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSL_VERIFYSTATUS.html
Optionalsslversion?: CurlSslVersion | nullSSL version to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLVERSION.html
OptionalSSLVERSION?: CurlSslVersion | nullSSL version to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_SSLVERSION.html
OptionalSUPPRESS_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
OptionalsuppressConnectHeaders?: 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
OptionalTCP_FASTOPEN?: string | number | boolean | nullEnable TCP Fast Open.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TCP_FASTOPEN.html
OptionalTCP_KEEPALIVE?: string | number | boolean | nullEnable TCP keep-alive.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TCP_KEEPALIVE.html
OptionalTCP_KEEPIDLE?: string | number | boolean | nullIdle time before sending keep-alive.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TCP_KEEPIDLE.html
OptionalTCP_KEEPINTVL?: string | number | boolean | nullInterval between keep-alive probes.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TCP_KEEPINTVL.html
OptionalTCP_NODELAY?: string | number | boolean | nullDisable the Nagle algorithm.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TCP_NODELAY.html
OptionaltcpFastOpen?: string | number | boolean | nullEnable TCP Fast Open.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TCP_FASTOPEN.html
OptionaltcpKeepAlive?: string | number | boolean | nullEnable TCP keep-alive.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TCP_KEEPALIVE.html
OptionaltcpKeepIdle?: string | number | boolean | nullIdle time before sending keep-alive.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TCP_KEEPIDLE.html
OptionaltcpKeepIntvl?: string | number | boolean | nullInterval between keep-alive probes.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TCP_KEEPINTVL.html
OptionaltcpNoDelay?: string | number | boolean | nullDisable the Nagle algorithm.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TCP_NODELAY.html
OptionaltelnetOptions?: string[] | nullTELNET options.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TELNETOPTIONS.html
OptionalTELNETOPTIONS?: string[] | nullTELNET options.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TELNETOPTIONS.html
OptionalTFTP_BLKSIZE?: string | number | boolean | nullTFTP block size.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TFTP_BLKSIZE.html
OptionalTFTP_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
OptionaltftpBlkSize?: string | number | boolean | nullTFTP block size.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TFTP_BLKSIZE.html
OptionaltftpNoOptions?: string | number | boolean | nullDo not send TFTP options requests.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TFTP_NO_OPTIONS.html
OptionaltimeCondition?: CurlTimeCond | nullMake a time conditional request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TIMECONDITION.html
OptionalTIMECONDITION?: CurlTimeCond | nullMake a time conditional request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TIMECONDITION.html
Optionaltimeout?: string | number | boolean | nullTimeout for the entire request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TIMEOUT.html
OptionalTIMEOUT?: string | number | boolean | nullTimeout for the entire request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TIMEOUT.html
OptionalTIMEOUT_MS?: string | number | boolean | nullMillisecond timeout for the entire request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TIMEOUT_MS.html
OptionaltimeoutMs?: string | number | boolean | nullMillisecond timeout for the entire request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TIMEOUT_MS.html
OptionaltimeValue?: string | number | boolean | nullTime value for the time conditional request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TIMEVALUE.html
OptionalTIMEVALUE?: string | number | boolean | nullTime value for the time conditional request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TIMEVALUE.html
OptionalTIMEVALUE_LARGE?: string | number | boolean | nullTime value for the time conditional request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TIMEVALUE_LARGE.html
OptionaltimeValueLarge?: string | number | boolean | nullTime value for the time conditional request.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TIMEVALUE_LARGE.html
OptionalTLS13_CIPHERS?: string | number | boolean | nullTLS 1.3 cipher suites to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TLS13_CIPHERS.html
Optionaltls13Ciphers?: string | number | boolean | nullTLS 1.3 cipher suites to use.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TLS13_CIPHERS.html
OptionalTLSAUTH_PASSWORD?: string | number | boolean | nullTLS authentication password.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TLSAUTH_PASSWORD.html
OptionalTLSAUTH_TYPE?: string | number | boolean | nullTLS authentication methods.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TLSAUTH_TYPE.html
OptionalTLSAUTH_USERNAME?: string | number | boolean | nullTLS authentication user name.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TLSAUTH_USERNAME.html
OptionaltlsAuthPassword?: string | number | boolean | nullTLS authentication password.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TLSAUTH_PASSWORD.html
OptionaltlsAuthType?: string | number | boolean | nullTLS authentication methods.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TLSAUTH_TYPE.html
OptionaltlsAuthUsername?: string | number | boolean | nullTLS authentication user name.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TLSAUTH_USERNAME.html
OptionaltrailerFunction?: (this: EasyNativeBinding) => string[] | false | nullSet callback for sending trailing headers.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TRAILERFUNCTION.html
OptionalTRAILERFUNCTION?: (this: EasyNativeBinding) => string[] | false | nullSet callback for sending trailing headers.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TRAILERFUNCTION.html
OptionalTRANSFER_ENCODING?: string | number | boolean | nullRequest Transfer-Encoding.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TRANSFER_ENCODING.html
OptionaltransferEncoding?: string | number | boolean | nullRequest Transfer-Encoding.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TRANSFER_ENCODING.html
OptionaltransferText?: string | number | boolean | nullUse text transfer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TRANSFERTEXT.html
OptionalTRANSFERTEXT?: string | number | boolean | nullUse text transfer.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_TRANSFERTEXT.html
OptionalUNIX_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
OptionalunixSocketPath?: string | number | boolean | nullPath to a Unix domain socket.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_UNIX_SOCKET_PATH.html
OptionalUNRESTRICTED_AUTH?: string | number | boolean | nullDo not restrict authentication to original host.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_UNRESTRICTED_AUTH.html
OptionalunrestrictedAuth?: string | number | boolean | nullDo not restrict authentication to original host.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_UNRESTRICTED_AUTH.html
OptionalUPKEEP_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
OptionalupkeepIntervalMs?: 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
Optionalupload?: string | number | boolean | nullUpload data.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_UPLOAD.html
OptionalUPLOAD?: string | number | boolean | nullUpload data.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_UPLOAD.html
OptionalUPLOAD_BUFFERSIZE?: string | number | boolean | nullSet upload buffer size.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_UPLOAD_BUFFERSIZE.html
OptionaluploadBufferSize?: string | number | boolean | nullSet upload buffer size.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_UPLOAD_BUFFERSIZE.html
Optionalurl?: string | number | boolean | nullURL to work on.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_URL.html
OptionalURL?: string | number | boolean | nullURL to work on.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_URL.html
OptionalUSE_SSL?: CurlUseSsl | nullUse TLS/SSL.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_USE_SSL.html
OptionaluserAgent?: string | number | boolean | nullUser-Agent: header.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_USERAGENT.html
OptionalUSERAGENT?: string | number | boolean | nullUser-Agent: header.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_USERAGENT.html
Optionalusername?: string | number | boolean | nullUser name.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_USERNAME.html
OptionalUSERNAME?: string | number | boolean | nullUser name.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_USERNAME.html
Optionaluserpwd?: string | number | boolean | nullUser name and password.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_USERPWD.html
OptionalUSERPWD?: string | number | boolean | nullUser name and password.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_USERPWD.html
OptionaluseSsl?: CurlUseSsl | nullUse TLS/SSL.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_USE_SSL.html
Optionalverbose?: string | number | boolean | nullDisplay verbose information.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_VERBOSE.html
OptionalVERBOSE?: string | number | boolean | nullDisplay verbose information.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_VERBOSE.html
OptionalwildcardMatch?: string | number | boolean | nullTransfer multiple files according to a file name pattern.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_WILDCARDMATCH.html
OptionalWILDCARDMATCH?: string | number | boolean | nullTransfer multiple files according to a file name pattern.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_WILDCARDMATCH.html
OptionalwriteFunction?: Callback for writing data.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_WRITEFUNCTION.html
OptionalWRITEFUNCTION?: Callback for writing data.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_WRITEFUNCTION.html
OptionalxferInfoFunction?: Callback for progress meter.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_XFERINFOFUNCTION.html
OptionalXFERINFOFUNCTION?: Callback for progress meter.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_XFERINFOFUNCTION.html
OptionalXOAUTH2_BEARER?: string | number | boolean | nullOAuth2 bearer token.
Official libcurl documentation: : https://curl.haxx.se/libcurl/c/CURLOPT_XOAUTH2_BEARER.html
Optionalxoauth2Bearer?: 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