package irmin-http
-
irmin-http
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
JSON REST/CRUD interface.
module type HTTP_CLIENT = sig ... end
module Client
(C : HTTP_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
HTTP server
module type SERVER = sig ... end