workaround TCP_NODELAY defined in windows headers
[ocurl.git] / curl_lwt.mli
blob6eb4ff7d81862f94b20a61d168e26a2b1b373fa5
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