Description

OCaml webmachine is a layer on top of cohttp that implements a state-machine-based HTTP request processor. It's particularly well-suited for writing RESTful APIs. As the name suggests, this is an OCaml port of the webmachine project.

Published: 29 Sep 2020

Dependencies (7)

  1. re >= "1.7.2"
  2. ounit with-test & >= "1.0.2"
  3. dune >= "1.0"
  4. dispatch >= "0.5.0"
  5. cohttp >= "1.0.0"
  6. ptime >= "0.8.0"
  7. ocaml >= "4.03.0"

Reverse Dependencies (2)

  1. irmin-http >= "2.0.0"
  2. session-webmachine

Conflicts

    None