diff --git a/dev/ezcurl-lwt/Ezcurl_lwt/.dummy b/dev/ezcurl-lwt/Ezcurl_lwt/.dummy deleted file mode 100644 index e69de29..0000000 diff --git a/dev/ezcurl-lwt/Ezcurl_lwt/index.html b/dev/ezcurl-lwt/Ezcurl_lwt/index.html index c46dd97..4bbb3e6 100644 --- a/dev/ezcurl-lwt/Ezcurl_lwt/index.html +++ b/dev/ezcurl-lwt/Ezcurl_lwt/index.html @@ -1,5 +1,5 @@ -
Ezcurl_lwtinclude module type of struct include Ezcurl_core endmodule Config = Ezcurl_core.ConfigConfiguration for the client.
val delete : t -> unitDelete the client. It cannot be used anymore.
Make a temporary client, call the function with it, then cleanup.
type response_info = Ezcurl_core.response_info = {ri_response_time : float;Total time (in seconds) for the request/response pair. See Curl.get_totaltime.
ri_redirect_count : int;Number of redirects cURL followed. See Curl.get_redirectcount.
}Metadata about a response from the server.
val pp_response_info : Stdlib.Format.formatter -> response_info -> unitval string_of_response_info : response_info -> stringtype response = Ezcurl_core.response = {code : int;Response code. See https://developer.mozilla.org/en-US/docs/Web/HTTP/Status
*)headers : (string * string) list;Response headers
*)body : string;Response body, or ""
info : response_info;Information about the response
*)}Response for a given request.
val pp_response : Stdlib.Format.formatter -> response -> unitval string_of_response : 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 :
+Ezcurl_lwt (ezcurl-lwt.Ezcurl_lwt) Module Ezcurl_lwt
include module type of struct include Ezcurl_core end
module Config = Ezcurl_core.ConfigConfiguration for the client.
val delete : t -> unitDelete the client. It cannot be used anymore.
Make a temporary client, call the function with it, then cleanup.
type response_info = Ezcurl_core.response_info = {ri_response_time : float;(*Total time (in seconds) for the request/response pair. See Curl.get_totaltime.
*)ri_redirect_count : int;(*Number of redirects cURL followed. See Curl.get_redirectcount.
*)
}Metadata about a response from the server.
val pp_response_info : Stdlib.Format.formatter -> response_info -> unitval string_of_response_info : response_info -> stringtype response = Ezcurl_core.response = {code : int;(*Response code. See https://developer.mozilla.org/en-US/docs/Web/HTTP/Status
*)headers : (string * string) list;(*Response headers
*)body : string;(*Response body, or ""
*)info : response_info;(*Information about the response
*)
}Response for a given request.
val pp_response : Stdlib.Format.formatter -> response -> unitval string_of_response : 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 ... end
val http :
?tries:int ->
?client:Ezcurl_core.t ->
?config:Ezcurl_core.Config.t ->
diff --git a/dev/ezcurl-lwt/index.html b/dev/ezcurl-lwt/index.html
index 15d13b1..82cefb3 100644
--- a/dev/ezcurl-lwt/index.html
+++ b/dev/ezcurl-lwt/index.html
@@ -1,2 +1,2 @@
-index (ezcurl-lwt.index) ezcurl-lwt index
Library ezcurl-lwt
The entry point of this library is the module: Ezcurl_lwt.
\ No newline at end of file
+index (ezcurl-lwt.index) ezcurl-lwt index
Library ezcurl-lwt
The entry point of this library is the module: Ezcurl_lwt.
\ No newline at end of file
diff --git a/dev/ezcurl/Ezcurl/.dummy b/dev/ezcurl/Ezcurl/.dummy
deleted file mode 100644
index e69de29..0000000
diff --git a/dev/ezcurl/Ezcurl/index.html b/dev/ezcurl/Ezcurl/index.html
index 07aeed8..cb218a4 100644
--- a/dev/ezcurl/Ezcurl/index.html
+++ b/dev/ezcurl/Ezcurl/index.html
@@ -1,5 +1,5 @@
-Ezcurl (ezcurl.Ezcurl) Module Ezcurl
Synchronous API
include module type of struct include Ezcurl_core end
module Config = Ezcurl_core.ConfigConfiguration for the client.
val delete : t -> unitDelete the client. It cannot be used anymore.
Make a temporary client, call the function with it, then cleanup.
type response_info = Ezcurl_core.response_info = {ri_response_time : float;(*Total time (in seconds) for the request/response pair. See Curl.get_totaltime.
*)ri_redirect_count : int;(*Number of redirects cURL followed. See Curl.get_redirectcount.
*)
}Metadata about a response from the server.
val pp_response_info : Stdlib.Format.formatter -> response_info -> unitval string_of_response_info : response_info -> stringtype response = Ezcurl_core.response = {code : int;(*Response code. See https://developer.mozilla.org/en-US/docs/Web/HTTP/Status
*)headers : (string * string) list;(*Response headers
*)body : string;(*Response body, or ""
*)info : response_info;(*Information about the response
*)
}Response for a given request.
val pp_response : Stdlib.Format.formatter -> response -> unitval string_of_response : 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 ... end
val http :
+Ezcurl (ezcurl.Ezcurl) Module Ezcurl
Synchronous API
include module type of struct include Ezcurl_core end
module Config = Ezcurl_core.ConfigConfiguration for the client.
val delete : t -> unitDelete the client. It cannot be used anymore.
Make a temporary client, call the function with it, then cleanup.
type response_info = Ezcurl_core.response_info = {ri_response_time : float;(*Total time (in seconds) for the request/response pair. See Curl.get_totaltime.
*)ri_redirect_count : int;(*Number of redirects cURL followed. See Curl.get_redirectcount.
*)
}Metadata about a response from the server.
val pp_response_info : Stdlib.Format.formatter -> response_info -> unitval string_of_response_info : response_info -> stringtype response = Ezcurl_core.response = {code : int;(*Response code. See https://developer.mozilla.org/en-US/docs/Web/HTTP/Status
*)headers : (string * string) list;(*Response headers
*)body : string;(*Response body, or ""
*)info : response_info;(*Information about the response
*)
}Response for a given request.
val pp_response : Stdlib.Format.formatter -> response -> unitval string_of_response : 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 ... end
val http :
?tries:int ->
?client:Ezcurl_core.t ->
?config:Ezcurl_core.Config.t ->
diff --git a/dev/ezcurl/Ezcurl_core/.dummy b/dev/ezcurl/Ezcurl_core/.dummy
deleted file mode 100644
index e69de29..0000000
diff --git a/dev/ezcurl/Ezcurl_core/Config/index.html b/dev/ezcurl/Ezcurl_core/Config/index.html
index b0af889..0dde025 100644
--- a/dev/ezcurl/Ezcurl_core/Config/index.html
+++ b/dev/ezcurl/Ezcurl_core/Config/index.html
@@ -1,2 +1,2 @@
-Config (ezcurl.Ezcurl_core.Config) Module Ezcurl_core.Config
Configuration for the client.
\ No newline at end of file
+Config (ezcurl.Ezcurl_core.Config) Module Ezcurl_core.Config
Configuration for the client.
\ No newline at end of file
diff --git a/dev/ezcurl/Ezcurl_core/Make/argument-1-IO/index.html b/dev/ezcurl/Ezcurl_core/Make/argument-1-IO/index.html
index 42dd4d7..b29f10d 100644
--- a/dev/ezcurl/Ezcurl_core/Make/argument-1-IO/index.html
+++ b/dev/ezcurl/Ezcurl_core/Make/argument-1-IO/index.html
@@ -1,2 +1,2 @@
-IO (ezcurl.Ezcurl_core.Make.IO) Parameter Make.IO
\ No newline at end of file
+IO (ezcurl.Ezcurl_core.Make.IO) Parameter Make.IO
\ No newline at end of file
diff --git a/dev/ezcurl/Ezcurl_core/Make/index.html b/dev/ezcurl/Ezcurl_core/Make/index.html
index 90db744..d9851fc 100644
--- a/dev/ezcurl/Ezcurl_core/Make/index.html
+++ b/dev/ezcurl/Ezcurl_core/Make/index.html
@@ -1,5 +1,5 @@
-Make (ezcurl.Ezcurl_core.Make) Module Ezcurl_core.Make
Parameters
Signature
type 'a io = 'a IO.tval http :
+Make (ezcurl.Ezcurl_core.Make) Module Ezcurl_core.Make
Parameters
Signature
type 'a io = 'a IO.tval http :
?tries:int ->
?client:t ->
?config:Config.t ->
diff --git a/dev/ezcurl/Ezcurl_core/index.html b/dev/ezcurl/Ezcurl_core/index.html
index f92176f..de71994 100644
--- a/dev/ezcurl/Ezcurl_core/index.html
+++ b/dev/ezcurl/Ezcurl_core/index.html
@@ -1,2 +1,2 @@
-Ezcurl_core (ezcurl.Ezcurl_core) Module Ezcurl_core
Core signatures and implementation
module Config : sig ... endConfiguration for the client.
val delete : t -> unitDelete the client. It cannot be used anymore.
Make a temporary client, call the function with it, then cleanup.
type response_info = {ri_response_time : float;(*Total time (in seconds) for the request/response pair. See Curl.get_totaltime.
*)ri_redirect_count : int;(*Number of redirects cURL followed. See Curl.get_redirectcount.
*)
}Metadata about a response from the server.
val pp_response_info : Stdlib.Format.formatter -> response_info -> unitval string_of_response_info : response_info -> stringtype response = {code : int;(*Response code. See https://developer.mozilla.org/en-US/docs/Web/HTTP/Status
*)headers : (string * string) list;(*Response headers
*)body : string;(*Response body, or ""
*)info : response_info;(*Information about the response
*)
}Response for a given request.
val pp_response : Stdlib.Format.formatter -> response -> unitval string_of_response : 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
\ No newline at end of file
+Ezcurl_core (ezcurl.Ezcurl_core) Module Ezcurl_core
Core signatures and implementation
module Config : sig ... endConfiguration for the client.
val delete : t -> unitDelete the client. It cannot be used anymore.
Make a temporary client, call the function with it, then cleanup.
type response_info = {ri_response_time : float;(*Total time (in seconds) for the request/response pair. See Curl.get_totaltime.
*)ri_redirect_count : int;(*Number of redirects cURL followed. See Curl.get_redirectcount.
*)
}Metadata about a response from the server.
val pp_response_info : Stdlib.Format.formatter -> response_info -> unitval string_of_response_info : response_info -> stringtype response = {code : int;(*Response code. See https://developer.mozilla.org/en-US/docs/Web/HTTP/Status
*)headers : (string * string) list;(*Response headers
*)body : string;(*Response body, or ""
*)info : response_info;(*Information about the response
*)
}Response for a given request.
val pp_response : Stdlib.Format.formatter -> response -> unitval string_of_response : 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
\ No newline at end of file
diff --git a/dev/ezcurl/Ezcurl_core/module-type-IO/index.html b/dev/ezcurl/Ezcurl_core/module-type-IO/index.html
index e8bb82d..51acfc5 100644
--- a/dev/ezcurl/Ezcurl_core/module-type-IO/index.html
+++ b/dev/ezcurl/Ezcurl_core/module-type-IO/index.html
@@ -1,2 +1,2 @@
-IO (ezcurl.Ezcurl_core.IO) Module type Ezcurl_core.IO
Underlying IO Monad
val return : 'a -> 'a tval fail : exn -> 'a tval perform : Curl.t -> Curl.curlCode t
\ No newline at end of file
+IO (ezcurl.Ezcurl_core.IO) Module type Ezcurl_core.IO
Underlying IO Monad
val return : 'a -> 'a tval fail : exn -> 'a tval perform : Curl.t -> Curl.curlCode t
\ No newline at end of file
diff --git a/dev/ezcurl/Ezcurl_core/module-type-S/index.html b/dev/ezcurl/Ezcurl_core/module-type-S/index.html
index 70f94d9..4fbaddb 100644
--- a/dev/ezcurl/Ezcurl_core/module-type-S/index.html
+++ b/dev/ezcurl/Ezcurl_core/module-type-S/index.html
@@ -1,5 +1,5 @@
-S (ezcurl.Ezcurl_core.S) Module type Ezcurl_core.S
Main Signature
val http :
+S (ezcurl.Ezcurl_core.S) Module type Ezcurl_core.S
Main Signature
val http :
?tries:int ->
?client:t ->
?config:Config.t ->
diff --git a/dev/ezcurl/index.html b/dev/ezcurl/index.html
index c278ac4..fcb6ff3 100644
--- a/dev/ezcurl/index.html
+++ b/dev/ezcurl/index.html
@@ -1,2 +1,2 @@
-index (ezcurl.index) ezcurl index
Library ezcurl
The entry point of this library is the module: Ezcurl.
Library ezcurl.core
The entry point of this library is the module: Ezcurl_core.
\ No newline at end of file
+index (ezcurl.index) ezcurl index
Library ezcurl
The entry point of this library is the module: Ezcurl.
Library ezcurl.core
The entry point of this library is the module: Ezcurl_core.
\ No newline at end of file