ygrek / ocurl

OCaml bindings to libcurl
https://ygrek.org/p/ocurl
MIT License
59 stars 32 forks source link

Missing options CURLOPT_PROXYHEADER, CURLOPT_PROXY_SSL_VERIFYHOST #72

Closed ada2k closed 5 months ago

ada2k commented 6 months ago

These curlopt options seem to be missing. May require curl 7.52.0

ygrek commented 5 months ago

There are many options from libcurl that are not implemented, patches are welcome.