repo.or.cz
/
ocurl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
exercise memory leaks
[ocurl.git]
/
curl_lwt.mli
blob
6eb4ff7d81862f94b20a61d168e26a2b1b373fa5
1
(** Asynchronous API with Lwt *)
2
3
(** enable internal debug output *)
4
val
set_debug
:
bool
->
unit
5
6
(**
7
perform [Curl.t] asynchronously
8
@return transfer result code
9
*)
10
val
perform
:
Curl
.
t
->
Curl
.
curlCode
Lwt
.
t