Module Irmin_unix.Http

REST (over HTTP) backend..

HTTP client

module Client : functor (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

module Server : functor (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.