package resto-cohttp-self-serving-client
Install
Dune Dependency
Authors
Maintainers
Sources
md5=0f2a4c07a71d78b783eb69f2c720494b
sha512=6f2bb07f8546d86788f32372879ea6af5a18d9715f64a0e7ff5f28b5db6ddcb7fa691936af387a880a1dc9f320b7b9224670fbdcfe1841890b8144ff0f9e66a2
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/v0.6.1:
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
v0.7:
Remove Ezresto (and other Ez libraries)
Packaging, build, tests and CI improvements
Add the
middleware
feature (contributed by Swann Moreau)
v0.8:
Improve ocaml version coverage in CI
Add helpers for pretty-printing Paths
Add service-lookup feature to resolve parametric URI from concrete URI