package ezcurl
Friendly wrapper around OCurl
Install
Dune Dependency
Authors
Maintainers
Sources
v0.2.tar.gz
md5=4b098ad0856d9047a536021b196c0fb8
sha512=f6d14bd3e2447206be18990f4d478c9c354ea88bd754357b609a7ed0ff67b57c9707a44cf6f01e0843c6521f4fc3e0c4a76beada692987777a7dbef1f928c259
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