From 4a9a9e1e5bfff782930f90c7efaaecbf20b29271 Mon Sep 17 00:00:00 2001 From: c-cube Date: Mon, 9 Feb 2026 22:30:04 +0000 Subject: [PATCH] deploy: 44a2b9f14983de110995345b69cdfefc57f60781 --- ezcurl-lwt/Ezcurl_lwt/index.html | 2 +- ezcurl/Ezcurl/index.html | 2 +- ezcurl/Ezcurl_core/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ezcurl-lwt/Ezcurl_lwt/index.html b/ezcurl-lwt/Ezcurl_lwt/index.html index 59c80be..7366446 100644 --- a/ezcurl-lwt/Ezcurl_lwt/index.html +++ b/ezcurl-lwt/Ezcurl_lwt/index.html @@ -8,7 +8,7 @@ (Stdlib.Format.formatter -> 'a -> unit) -> Stdlib.Format.formatter -> 'a response -> - unit
val pp_response : Stdlib.Format.formatter -> string response -> unit
val string_of_response : string response -> string
type meth = Ezcurl_core.meth =
  1. | GET
  2. | POST of Curl.curlHTTPPost list
  3. | PUT
  4. | DELETE
  5. | HEAD
  6. | CONNECT
  7. | OPTIONS
  8. | TRACE
  9. | PATCH

The HTTP method to use

val pp_meth : Stdlib.Format.formatter -> meth -> unit
val string_of_meth : meth -> string
module type IO = Ezcurl_core.IO
module type S = Ezcurl_core.S
module Make = Ezcurl_core.Make
include sig ... end
type 'a io = 'a Lwt.t
val http : + unit
val pp_response : Stdlib.Format.formatter -> string response -> unit
val string_of_response : string response -> string
type meth = Ezcurl_core.meth =
  1. | GET
  2. | POST of Curl.curlHTTPPost list
  3. | PUT
  4. | DELETE
  5. | HEAD
  6. | CONNECT
  7. | OPTIONS
  8. | TRACE
  9. | PATCH
  10. | HTTP_CUSTOM of string
    (*

    Custom HTTP method (e.g., for WebDAV)

    *)

The HTTP method to use

val pp_meth : Stdlib.Format.formatter -> meth -> unit
val string_of_meth : meth -> string
module type IO = Ezcurl_core.IO
module type S = Ezcurl_core.S
module Make = Ezcurl_core.Make
include sig ... end
type 'a io = 'a Lwt.t
val http : ?tries:int -> ?client:Ezcurl_core.t -> ?config:Ezcurl_core.Config.t -> diff --git a/ezcurl/Ezcurl/index.html b/ezcurl/Ezcurl/index.html index 01f2417..ddd2211 100644 --- a/ezcurl/Ezcurl/index.html +++ b/ezcurl/Ezcurl/index.html @@ -8,7 +8,7 @@ (Stdlib.Format.formatter -> 'a -> unit) -> Stdlib.Format.formatter -> 'a response -> - unit
val pp_response : Stdlib.Format.formatter -> string response -> unit
val string_of_response : string response -> string
type meth = Ezcurl_core.meth =
  1. | GET
  2. | POST of Curl.curlHTTPPost list
  3. | PUT
  4. | DELETE
  5. | HEAD
  6. | CONNECT
  7. | OPTIONS
  8. | TRACE
  9. | PATCH

The HTTP method to use

val pp_meth : Stdlib.Format.formatter -> meth -> unit
val string_of_meth : meth -> string
module type IO = Ezcurl_core.IO
module type S = Ezcurl_core.S
module Make = Ezcurl_core.Make
include sig ... end
type 'a io = 'a
val http : + unit
val pp_response : Stdlib.Format.formatter -> string response -> unit
val string_of_response : string response -> string
type meth = Ezcurl_core.meth =
  1. | GET
  2. | POST of Curl.curlHTTPPost list
  3. | PUT
  4. | DELETE
  5. | HEAD
  6. | CONNECT
  7. | OPTIONS
  8. | TRACE
  9. | PATCH
  10. | HTTP_CUSTOM of string
    (*

    Custom HTTP method (e.g., for WebDAV)

    *)

The HTTP method to use

val pp_meth : Stdlib.Format.formatter -> meth -> unit
val string_of_meth : meth -> string
module type IO = Ezcurl_core.IO
module type S = Ezcurl_core.S
module Make = Ezcurl_core.Make
include sig ... end
type 'a io = 'a
val http : ?tries:int -> ?client:Ezcurl_core.t -> ?config:Ezcurl_core.Config.t -> diff --git a/ezcurl/Ezcurl_core/index.html b/ezcurl/Ezcurl_core/index.html index 9a54e53..9530ba9 100644 --- a/ezcurl/Ezcurl_core/index.html +++ b/ezcurl/Ezcurl_core/index.html @@ -8,4 +8,4 @@ (Stdlib.Format.formatter -> 'a -> unit) -> Stdlib.Format.formatter -> 'a response -> - unit
val pp_response : Stdlib.Format.formatter -> string response -> unit
val string_of_response : string response -> string
type meth =
  1. | GET
  2. | POST of Curl.curlHTTPPost list
  3. | PUT
  4. | DELETE
  5. | HEAD
  6. | CONNECT
  7. | OPTIONS
  8. | TRACE
  9. | PATCH

The HTTP method to use

val pp_meth : Stdlib.Format.formatter -> meth -> unit
val string_of_meth : meth -> string
module type IO = sig ... end
module type S = sig ... end
module Make (IO : IO) : S with type 'a io = 'a IO.t
+ unit
val pp_response : Stdlib.Format.formatter -> string response -> unit
val string_of_response : string response -> string
type meth =
  1. | GET
  2. | POST of Curl.curlHTTPPost list
  3. | PUT
  4. | DELETE
  5. | HEAD
  6. | CONNECT
  7. | OPTIONS
  8. | TRACE
  9. | PATCH
  10. | HTTP_CUSTOM of string
    (*

    Custom HTTP method (e.g., for WebDAV)

    *)

The HTTP method to use

val pp_meth : Stdlib.Format.formatter -> meth -> unit
val string_of_meth : meth -> string
module type IO = sig ... end
module type S = sig ... end
module Make (IO : IO) : S with type 'a io = 'a IO.t