package ezcurl
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Friendly wrapper around OCurl
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.2.tar.gz
md5=4b098ad0856d9047a536021b196c0fb8
sha512=f6d14bd3e2447206be18990f4d478c9c354ea88bd754357b609a7ed0ff67b57c9707a44cf6f01e0843c6521f4fc3e0c4a76beada692987777a7dbef1f928c259
doc/ezcurl.core/Ezcurl_core/index.html
Module Ezcurl_coreSource
Core signatures and implementation
Make a temporary client, call the function with it, then cleanup
Source
type response = {code : int;headers : (string * string) list;body : string;info : response_info;
}Source
type meth = | GET| POST of Curl.curlHTTPPost list| PUT| DELETE| HEAD| CONNECT| OPTIONS| TRACE| PATCH
The HTTP method to use
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page