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 -> unitval string_of_response : string response -> stringtype meth = Ezcurl_core.meth = The HTTP method to use
val pp_meth : Stdlib.Format.formatter -> meth -> unitval string_of_meth : meth -> stringmodule type IO = Ezcurl_core.IOmodule type S = Ezcurl_core.Smodule Make = Ezcurl_core.Makeinclude sig ... endval pp_response : Stdlib.Format.formatter -> string response -> unitval string_of_response : string response -> stringtype meth = Ezcurl_core.meth = The HTTP method to use
val pp_meth : Stdlib.Format.formatter -> meth -> unitval string_of_meth : meth -> stringmodule type IO = Ezcurl_core.IOmodule type S = Ezcurl_core.Smodule Make = Ezcurl_core.Makeinclude sig ... endval 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 ->
- unitval pp_response : Stdlib.Format.formatter -> string response -> unitval string_of_response : string response -> stringtype meth = Ezcurl_core.meth = The HTTP method to use
val pp_meth : Stdlib.Format.formatter -> meth -> unitval string_of_meth : meth -> stringmodule type IO = Ezcurl_core.IOmodule type S = Ezcurl_core.Smodule Make = Ezcurl_core.Makeinclude sig ... endval pp_response : Stdlib.Format.formatter -> string response -> unitval string_of_response : string response -> stringtype meth = Ezcurl_core.meth = The HTTP method to use
val pp_meth : Stdlib.Format.formatter -> meth -> unitval string_of_meth : meth -> stringmodule type IO = Ezcurl_core.IOmodule type S = Ezcurl_core.Smodule Make = Ezcurl_core.Makeinclude sig ... endval 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 ->
- unitval pp_response : Stdlib.Format.formatter -> string response -> unitval string_of_response : string response -> stringThe HTTP method to use
val pp_meth : Stdlib.Format.formatter -> meth -> unitval string_of_meth : meth -> stringmodule type IO = sig ... endmodule type S = sig ... end