package irmin-unix

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

REST (over HTTP) backend..

HTTP client

module Client (S : Irmin.S) : Irmin.S with type hash = S.Hash.t and module Schema = S.Schema and type Backend.Remote.endpoint = unit

Make provides bindings to the remote HTTP server.

HTTP server

module Server (S : Irmin.S) : Irmin_http.SERVER 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.