mirror of
https://github.com/c-cube/ezcurl.git
synced 2026-03-12 16:46:16 -04:00
Compare commits
1 commit
33a21f0c56
...
d5068dd53e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d5068dd53e |
2 changed files with 2 additions and 9 deletions
|
|
@ -68,11 +68,7 @@ module Config = struct
|
|||
let to_string s = Format.asprintf "%a" pp s
|
||||
end
|
||||
|
||||
type t = {
|
||||
curl: Curl.t;
|
||||
set_opts: Curl.t -> unit;
|
||||
}
|
||||
|
||||
type t = { curl: Curl.t; set_opts : Curl.t -> unit }
|
||||
type client = t
|
||||
|
||||
let _top_mutex = Mutex.create ()
|
||||
|
|
|
|||
|
|
@ -15,10 +15,7 @@ module Config : sig
|
|||
val to_string : t -> string
|
||||
end
|
||||
|
||||
type t = {
|
||||
curl: Curl.t;
|
||||
set_opts: Curl.t -> unit;
|
||||
}
|
||||
type t = { curl: Curl.t; set_opts : Curl.t -> unit }
|
||||
(** A client, i.e. a cURL instance. The wrapping record has been present since
|
||||
0.3 *)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue