webmachine
  1. Overview
  2. Docs

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 (6)

  1. re >= "1.7.2"
  2. dune >= "1.0"
  3. dispatch >= "0.5.0"
  4. cohttp >= "1.0.0"
  5. ptime >= "0.8.0"
  6. ocaml >= "4.03.0"

Dev Dependencies (1)

  1. ounit with-test & >= "1.0.2"

Conflicts

None