package ezcurl
Friendly wrapper around OCurl
Install
Dune Dependency
Authors
Maintainers
Sources
v0.1.tar.gz
md5=e2213c3b66680ebaa4572660b8de4756
sha512=b40824b7a4d38b7082884f265918b4100a1492548ca37d1b495bffee15ea6743e3557d70b524a3a56a7c4504678becc16a3f40e7d5054c3d81ec2ee831f4adda
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