enable test for outdated enums
[ocurl.git] / curl_lwt.mli
blob4124afe09c04172d0c55777712971b0cbac20705
1 (** Asynchronous API with Lwt *)
3 (**
4 perform [Curl.t] asynchronously
5 @return transfer result code
6 *)
7 val perform : Curl.t -> Curl.curlCode Lwt.t
9 (**
10 set option on global multi_handle
12 val setopt : Curl.Multi.curlMultiOption -> unit