= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
A REST toolkit for OCaml
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
Authors
Maintainers
Sources
0.6.3.tar.gz
md5=5d89acb6609336cf9ea84ad915778c12
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)
-
re
>= "1.7.2"
-
dune
>= "1.0"
-
dispatch
>= "0.3.0" & < "0.5.0"
-
cohttp
>= "1.0.0"
-
ptime
>= "0.8.0"
-
ocaml
>= "4.03.0"
Development Dependencies (1)
-
ounit
with-test & >= "1.0.2"
Reverse Dependencies (2)
-
irmin-http
>= "2.0.0"
- session-webmachine
Conflicts
-
None