package resto-cohttp-server

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

Install

Dune Dependency

Authors

Maintainers

Sources

resto-v0.5.tar.gz
md5=08d0bca0033a0ead340f2914582ffb9c
sha512=394e45360d125de22018cd7de3fa9828ffa47e9235937d7a5b12a96ff57534db6006f3ef919410c5c7197931c8828a1f78f96e976e17e6e2bc127d111c367126

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