package webmachine

  1. Overview
  2. No Docs
A REST toolkit for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.7.0.tar.gz
sha256=13ae92691b462d67658b1036f318a84993a08064ba40292d7f43c640a2650231
md5=0fce37bce33bfb0b648a26fc82460e81

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