method set_writefunction : (string -> int) -> unitmethod set_writefunction2 : (string -> write_result) -> unitmethod set_readfunction : (int -> string) -> unitmethod set_readfunction2 : (int -> read_result) -> unitmethod set_infilesize : int -> unitmethod set_url : string -> unitmethod set_proxy : string -> unitmethod set_proxyport : int -> unitmethod set_httpproxytunnel : bool -> unitmethod set_verbose : bool -> unitmethod set_noprogress : bool -> unitmethod set_nosignal : bool -> unitmethod set_nobody : bool -> unitmethod set_failonerror : bool -> unitmethod set_upload : bool -> unitmethod set_post : bool -> unitmethod set_ftplistonly : bool -> unitmethod set_ftpappend : bool -> unitmethod set_followlocation : bool -> unitmethod set_transfertext : bool -> unitmethod set_put : bool -> unitmethod set_userpwd : string -> unitmethod set_proxyuserpwd : string -> unitmethod set_range : string -> unitmethod set_errorbuffer : string ref -> unitmethod set_timeout : int -> unitmethod set_postfields : string -> unitmethod set_postfieldsize : int -> unitmethod set_referer : string -> unitmethod set_useragent : string -> unitmethod set_ftpport : string -> unitmethod set_lowspeedlimit : int -> unitmethod set_lowspeedtime : int -> unitmethod set_resumefrom : int -> unitmethod set_cookie : string -> unitmethod set_sslcert : string -> unitmethod set_sslcerttype : string -> unitmethod set_sslcertpasswd : string -> unitmethod set_sslkey : string -> unitmethod set_sslkeytype : string -> unitmethod set_sslkeypasswd : string -> unitmethod set_sslengine : string -> unitmethod set_sslenginedefault : bool -> unitmethod set_certinfo : bool -> unitmethod set_crlf : bool -> unitmethod set_quote : string list -> unitmethod set_postquote : string list -> unitmethod set_cookiefile : string -> unitmethod set_timevalue : int32 -> unitmethod set_customrequest : string -> unitmethod set_interface : string -> unitmethod set_progressfunction : (float -> float -> float -> float -> bool) ->
unitmethod set_xferinfofunction : (int64 -> int64 -> int64 -> int64 -> bool) ->
unitmethod set_sslverifypeer : bool -> unitmethod set_cainfo : string -> unitmethod set_capath : string -> unitmethod set_filetime : bool -> unitmethod set_maxredirs : int -> unitmethod set_maxconnects : int -> unitmethod set_freshconnect : bool -> unitmethod set_forbidreuse : bool -> unitmethod set_randomfile : string -> unitmethod set_egdsocket : string -> unitmethod set_connecttimeout : int -> unitmethod set_httpget : bool -> unitmethod set_cookiejar : string -> unitmethod set_sslcipherlist : string -> unitmethod set_ftpuseepsv : bool -> unitmethod set_dnscachetimeout : int -> unitmethod set_dnsuseglobalcache : bool -> unitmethod set_debugfunction : (t -> curlDebugType -> string -> unit) -> unitmethod set_private : string -> unitmethod set_http200aliases : string list -> unitmethod set_unrestrictedauth : bool -> unitmethod set_ftpuseeprt : bool -> unitmethod set_httpauth : curlAuth list -> unitmethod set_ftpcreatemissingdirs : bool -> unitmethod set_proxyauth : curlAuth list -> unitmethod set_ftpresponsetimeout : int -> unitmethod set_maxfilesize : int32 -> unitmethod set_infilesizelarge : int64 -> unitmethod set_resumefromlarge : int64 -> unitmethod set_maxfilesizelarge : int64 -> unitmethod set_netrcfile : string -> unitmethod set_postfieldsizelarge : int64 -> unitmethod set_tcpnodelay : bool -> unitmethod set_tcpfastopen : bool -> unitmethod set_ftpaccount : string -> unitmethod set_cookielist : string -> unitmethod set_ignorecontentlength : bool -> unitmethod set_ftpskippasvip : bool -> unitmethod set_localport : int -> unitmethod set_localportrange : int -> unitmethod set_connectonly : bool -> unitmethod set_maxsendspeedlarge : int64 -> unitmethod set_maxrecvspeedlarge : int64 -> unitmethod set_ftpalternativetouser : string -> unitmethod set_sslsessionidcache : bool -> unitmethod set_sshpublickeyfile : string -> unitmethod set_sshprivatekeyfile : string -> unitmethod set_timeoutms : int -> unitmethod set_connecttimeoutms : int -> unitmethod set_httptransferdecoding : bool -> unitmethod set_httpcontentdecoding : bool -> unitmethod set_newfileperms : int -> unitmethod set_newdirectoryperms : int -> unitmethod set_post301 : bool -> unitmethod set_sshhostpublickeymd5 : string -> unitmethod set_copypostfields : string -> unitmethod set_proxytransfermode : bool -> unitmethod set_autoreferer : bool -> unitmethod set_resolve : (string * int * string) list ->
(string * int) list ->
unitmethod set_dns_servers : string list -> unitmethod set_sshknownhosts : string -> unitmethod set_buffersize : int -> unitmethod set_doh_url : string -> unitmethod get_effectiveurl : stringmethod get_redirecturl : stringmethod get_httpcode : intmethod get_responsecode : intmethod get_totaltime : floatmethod get_namelookuptime : floatmethod get_connecttime : floatmethod get_pretransfertime : floatmethod get_sizeupload : floatmethod get_sizedownload : floatmethod get_speeddownload : floatmethod get_speedupload : floatmethod get_requestsize : intmethod get_sslverifyresult : intmethod get_filetime : floatmethod get_contentlengthdownload : floatmethod get_contentlengthupload : floatmethod get_starttransfertime : floatmethod get_contenttype : stringmethod get_redirecttime : floatmethod get_redirectcount : intmethod get_private : stringmethod get_httpconnectcode : intmethod get_httpauthavail : curlAuth listmethod get_proxyauthavail : curlAuth listmethod get_numconnects : intmethod get_sslengines : string listmethod get_cookielist : string listmethod get_lastsocket : intmethod get_ftpentrypath : stringmethod get_primaryip : stringmethod get_localip : stringmethod get_localport : intmethod get_conditionunmet : boolmethod get_certinfo : string list list