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 key = S.key and type contents = S.contents and type branch = S.branch and type hash = S.hash and type step = S.step and type metadata = S.metadata and type Key.step = S.Key.step

Make provides bindings to the remote HTTP server.

HTTP server

Server-side of the REST API over HTTP.