ocaml-opentelemetry/src/client-ocurl
Simon Cruanes 21e799ae61 Fix ezcurl 0.3 compatibility issue
The ezcurl library changed its client type from Curl.t to Ezcurl_core.t
(an unboxed record type) in version 0.3. Updated both sync and lwt
implementations to use the correct type and module functions.
2026-02-08 07:03:43 +00:00
..
common_.ml feat client-ocurl: use common batch and queue; remove layer of queueing 2026-01-20 00:15:10 -05:00
config.ml rename Client_config to Http_config 2026-01-20 00:15:24 -05:00
config.mli rename Client_config to Http_config 2026-01-20 00:15:24 -05:00
dune test binaries: updates 2026-01-20 00:15:26 -05:00
opentelemetry_client_ocurl.ml Fix ezcurl 0.3 compatibility issue 2026-02-08 07:03:43 +00:00
opentelemetry_client_ocurl.mli ocurl: add an ?after_shutdown callback 2026-01-20 00:15:21 -05:00