package ezcurl
Friendly wrapper around OCurl
Install
Dune Dependency
Authors
Maintainers
Sources
v0.2.3.tar.gz
md5=f4ca6b30671c23e96fcb33f412a6835c
sha512=417e8854b1457c50cd969502fd1879edfd03a442a7068573a2014826b495711b6c49a1267f022a9d8619404b2a771353453701073a659376a739bb58075cd66d
doc/ezcurl.core/Ezcurl_core/Make/index.html
Module Ezcurl_core.Make
Source
Parameters
Signature
Source
val http :
?tries:int ->
?client:t ->
?config:Config.t ->
?range:string ->
?content:[ `String of string | `Write of bytes -> int -> int ] ->
?headers:(string * string) list ->
url:string ->
meth:meth ->
unit ->
(response, Curl.curlCode * string) result io
General purpose HTTP call via cURL.
Source
val get :
?tries:int ->
?client:t ->
?config:Config.t ->
?range:string ->
?headers:(string * string) list ->
url:string ->
unit ->
(response, Curl.curlCode * string) result io
Shortcut for http ~meth:GET
See http
for more info.
Source
val put :
?tries:int ->
?client:t ->
?config:Config.t ->
?headers:(string * string) list ->
url:string ->
content:[ `String of string | `Write of bytes -> int -> int ] ->
unit ->
(response, Curl.curlCode * string) result io
Shortcut for http ~meth:PUT
See http
for more info.
Source
val post :
?tries:int ->
?client:t ->
?config:Config.t ->
?headers:(string * string) list ->
?content:[ `String of string | `Write of bytes -> int -> int ] ->
params:Curl.curlHTTPPost list ->
url:string ->
unit ->
(response, Curl.curlCode * string) result io
Shortcut for http ~meth:(POST params)
See http
for more info.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page