mirror of
https://github.com/c-cube/ezcurl.git
synced 2025-12-17 16:16:53 -05:00
7 lines
95 B
OCaml
7 lines
95 B
OCaml
include Ezcurl_core
|
|
|
|
include Make (struct
|
|
include Lwt
|
|
|
|
let perform = Curl_lwt.perform
|
|
end)
|