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/index.html
Module Ezcurl_core
Source
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