package irmin-unix

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

REST (over HTTP) backend..

HTTP client

module Make : Irmin.S_MAKER

Make provides bindings to the remote HTTP server.

module KV : Irmin.KV_MAKER

HTTP server

module Server (S : Irmin.S) : Irmin_http_server.S with type repo = S.Repo.t and type t = Cohttp_lwt_unix.Server.t

Server-side of the REST API over HTTP.

OCaml

Innovation. Community. Security.