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

Server-side of the REST API over HTTP.