package ezcurl-lwt

  1. Overview
  2. Docs
Friendly wrapper around OCurl, Lwt version

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ezcurl-0.3.tbz
sha256=8e78446da57acc63a976b70693ff77e3ab73efd605a45dc892e21ceeb344bb0e
sha512=89ac02a6f42a857f8bb3e5399fd9e2482cf0637b4c8ce197a533f6aeb3e0915a50627260e825b68f13795780a8b4516c11b48e5b8776abf3712e0ff0202ed570

doc/CHANGELOG.html

0.3

  • Provide seek function when uploading from string
  • make CURLOPT_NOSIGNAL=false the default; simplify
  • Expose underlying no signal in a global setting
  • implement http_stream
  • feat: add Ezcurl.Cookies module, get/set/transfer them
  • breaking: wrap Curl.t in record

0.2.4

  • fix: global initialization logic is now hidden behind a mutex

    • depend on thread

0.2.3

  • fix: workaround servers which do not understand "Expect" header
  • fix: correctly set size of payload for POST
  • make sure to setup 'PUT" correctly
  • allow POST with non-form data

0.2.2

  • fix: do not reset client if passed as argument

0.2.1

  • fix setting of headers

0.2

  • add default user agent

0.1

  • initial release