package ezcurl-lwt
Friendly wrapper around OCurl, Lwt version
Install
Dune Dependency
Authors
Maintainers
Sources
ezcurl-0.2.4.tbz
sha256=26eda208be72d746eafbfe47f264850ae619e811b8c3165e7684d7a9295541a1
sha512=841d88cd4e7e6449cf17dc4626533856a13c81f96e81305be4773a0d2e5eba524950cd5280da6ff6390c386823c1bdbe671d946f643d26c2ea600b4b1cd66531
doc/CHANGELOG.html
0.2.4
fix: global initialization logic is now hidden behind a mutex
- depend on
thread
- depend on
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