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
fix windows build (unexpected TCP_FASTOPEN define)
[ocurl.git]
/
curl_lwt.mli
blob
4124afe09c04172d0c55777712971b0cbac20705
1
(** Asynchronous API with Lwt *)
2
3
(**
4
perform [Curl.t] asynchronously
5
@return transfer result code
6
*)
7
val
perform
:
Curl
.
t
->
Curl
.
curlCode
Lwt
.
t
8
9
(**
10
set option on global multi_handle
11
*)
12
val
setopt
:
Curl
.
Multi
.
curlMultiOption
->
unit