Up

module Curl_lwt

: sig

Asynchronous API with Lwt

#
val set_debug : bool -> unit

enable internal debug output

#
val perform : Curl.t -> Curl.curlCode Lwt.t

perform Curl.t asynchronously

Returns transfer result code
end