package webmachine

  1. Overview
  2. Docs
A REST toolkit for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.2.tar.gz
md5=9eaef8a4ed3dd13aa8e5a8363b81b339

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 Jun 2016

Dependencies (5)

  1. re >= "1.3.0"
  2. ocamlfind build
  3. dispatch >= "0.3.0" & < "0.5.0"
  4. cohttp >= "0.12.0" & < "0.21.0"
  5. ocaml >= "4.01" & < "5.0"

Dev Dependencies (1)

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

Used by (3)

  1. datakit-ci < "0.10.0"
  2. irmin-http < "2.0.0"
  3. session-webmachine

Conflicts

None