package resto-cohttp
Install
Dune Dependency
Authors
Maintainers
Sources
md5=2420b4f53c0ebe56baa2731c036d720a
sha512=7654d928d0a666b96e88ae1a3b4338a11bcc9694e4d521f3a8b7b086da33092caaa0b1936b5661067ecd7b8045c7c3c4b735a9bf2398987d44dcd3c294caae48
CHANGES.md.html
CHANGES.md
v0.2:
fork from ocplib-resto: new home, new CI, etc.
v0.3:
Schemas are now lazy (to speed up initialisation and because schemas are not always used) (by Romain)
depend on json-data-encoding (new) fork of ocplib-json-typed (deprecated)
v0.4:
client does not depend on Unix anymore. Users must pass
gettimeofday
function directly.Added `Gone response code
v0.5:
Documentation
Updated dependencies (notably Lwt)
v0.6:
Split path before percentage-decoding chunks to allow slash's encoding to appear in chunks
Added ACL module to allow/deny access to entry points based on path matching
The boolean parameter now accepts an empty string, in which case the value is considered
true
Added support for self-serving client
Added support for chunking answers
Allow to specify agent-string
More tests and better documentation
More logging with better level settings