Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val conn : t
method handle : t
method set_writefunction2 : (string -> write_result) -> unit
method set_readfunction2 : (int -> read_result) -> unit
method set_netrc : curlNETRCOption -> unit
method set_encoding : curlEncoding -> unit
method set_httppost : curlHTTPPost list -> unit
method set_sslversion : curlSSLVersion -> unit
method set_timecondition : curlTimeCondition -> unit
method set_krb4level : curlKRB4Level -> unit
method set_closepolicy : curlClosePolicy -> unit
method set_sslverifyhost : curlSSLVerifyHost -> unit
method set_httpversion : curlHTTPVersion -> unit
method set_debugfunction : (t -> curlDebugType -> string -> unit) -> unit
method set_httpauth : curlAuth list -> unit
method set_proxyauth : curlAuth list -> unit
method set_ipresolve : curlIPResolve -> unit
method set_ftpssl : curlFTPSSL -> unit
method set_ftpsslauth : curlFTPSSLAuth -> unit
method set_ftpfilemethod : curlFTPMethod -> unit
method set_sshauthtypes : curlSSHAuthTypes list -> unit
method set_ftpsslccc : curlFTPSSLCCC -> unit
method set_seekfunction : (int64 -> curlSeek -> curlSeekResult) -> unit
method set_proxytype : curlProxyType -> unit
method set_mimepost : curlMIMEPart list -> unit
method set_sshkeyfunction : (curlKHMatch -> string -> curlKHStat) -> unit
method set_ssl_options : curlSslOption list -> unit
method get_httpauthavail : curlAuth list
method get_proxyauthavail : curlAuth list
method get_http_version : curlHTTPVersion