package caldav

  1. Overview
  2. Docs
A CalDAV server

Install

Dune Dependency

Authors

Maintainers

Sources

caldav-0.2.3.tbz
sha256=47e8daa3246d42bab21696d7a81a8b2e5cf68551f64be440778d4ea70c4ec04a
sha512=881692617a96640dbaeff056bccd3ef57aa06baaae2cd2faaaf7adf76b0c0bcd0a573ab348185064e1a40cf8bc44660c4f0891d9e259b48ccb55847774890854

doc/caldav.webmachine/Webmachine/index.html

Module WebmachineSource

A REST toolkit for OCaml.

Webmachine is a port of the Erlang project of the same name, designed to work as a REST-aware layer on top of cohttp.

To use this module, apply the Make functor to an IO and a CLOCK module, and subclass the resouce virtual class.

Sourcemodule type IO = sig ... end

The IO module signature abstracts over monadic futures library. It is a much reduced version of the module signature that appears in Cohttp, and as such is compatible with any module that conforms to Cohttp.S.IO.

Sourcemodule Rd : sig ... end

The Rd module is the means by which handlers access and manipulate request-specific information.

Sourcemodule type S = sig ... end
Sourcemodule type CLOCK = sig ... end

The CLOCK module signature defines a clock source, that is used with the Webmachine.Make(IO)(Clock) functor.

Sourcemodule Make (IO : IO) (_ : CLOCK) : S with type +'a io = 'a IO.t
OCaml

Innovation. Community. Security.