package ezcurl
Friendly wrapper around OCurl
Install
Dune Dependency
Authors
Maintainers
Sources
v0.2.2.tar.gz
md5=75eafead85b6fe5ba2652a4eb580a9a9
sha512=dde8178f2c06adb047b8fcecc8c14bc2c5f9f51748c725c2917f7f5d3faeff385303123eb0213c55d7f2e29dad9e8c88da1b0460fa643cfba958fbe531c097fd
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