require CURLOPT_PRIVATE and CURLINFO_PRIVATE
[ocurl.git] / curl_lwt.mli
blob7e8a6268bfc68a07716214cc950cb58af1848ff6
1 (** Asynchronous API with Lwt *)
3 (** enable internal debug output *)
4 val set_debug : bool -> unit
6 (**
7 perform [Curl.t] asynchronously
8 @return transfer result code
9 *)
10 val perform : Curl.t -> Curl.curlCode Lwt.t
12 (**
13 set option on global multi_handle
15 val setopt : Curl.Multi.curlMultiOption -> unit