package resto-cohttp

  1. Overview
  2. Docs
A minimal OCaml library for type-safe HTTP/JSON RPCs

Install

Dune Dependency

Authors

Maintainers

Sources

resto-v0.6.1.tar.gz
md5=aaa32ff0f0b78d2ab231e8bc5227bead
sha512=f362893693e75df8021365a7b3291874ad38f928054e16fc48f9040545d7dcfc60f9c19bd7f00f8e89b3c2c72bea916a425d769b41331da08a222a81968954e9

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