package ldp

  1. Overview
  2. Docs
Library to build LDP applications

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-ldp-0.5.0.tar.gz
md5=fee838e51dd241528ad271c6ef56345a
sha512=cbb718fb10fbc12c3b2f38a57d87e6af13e108699bf5a812cc490ed3397ed9c0f5d2793b5848c7e6d75a47dd10cfa87ba8bacc119f01733f22cc116ea045b27f

doc/ldp/Ldp/Cache/index.html

Module Ldp.CacheSource

Caching resources.

Sourceexception Not_a_directory of string
Sourceval of_dir : string -> (module Http.Cache) Lwt.t

of_dir d creates a Http.Cache from the given directory, creating the directory if it does not exist. If d exists and is not a directory, raises Not_a_directory.

OCaml

Innovation. Community. Security.