package resto

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

Install

Dune Dependency

Authors

Maintainers

Sources

resto-v0.4.tar.gz
md5=441e7916b7f5e2952ede014e283a5dee
sha512=35dc4be2ae98947a82059b112678d44b1c97a69c16ed1b923b5775f6c49cda31642f292fcf7d317a9e654c74f084fa54e80845739521fec8e1987febc67036ad

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