package irmin-http

  1. Overview
  2. Docs

Module Irmin_http_unix.ServerSource

Parameters

module S : Irmin.S

Signature

Sourcetype repo = S.Repo.t

The type for Irmin repository.

The type for HTTP configuration.

Sourceval v : ?strict:bool -> repo -> t

v repo returns the configuration for a server serving the contents of repo. If strict is set, incoming connections will fail if they do not have the right X-IrminVersion headers.

OCaml

Innovation. Community. Security.