package 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: 13 Feb 2018

Dependencies (7)

  1. re >= "1.3.0"
  2. base-bytes
  3. jbuilder >= "1.0+beta10"
  4. dispatch >= "0.3.0" & < "0.5.0"
  5. cohttp >= "0.21.0"
  6. calendar >= "2.03.2"
  7. ocaml >= "4.03"

Dev Dependencies (1)

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

Conflicts

None