package ocsigenserver

  1. Overview
  2. Docs
A full-featured and extensible Web server

Install

dune-project
 Dependency

Authors

Maintainers

Sources

5.0.0.tar.gz
md5=ac7f9fcf1aced530061ceb4c76efe475
sha512=5691d1cc53725466bf0548fdaa8b4b624b9ac20aa41152f61020da05696a2d0e3cd010d9d72aa60d55216ca4b1b3938573e00c7d922e034d1080508ec46b47dd

doc/ocsigenserver/Ocsigen_server/module-type-Config_nested/index.html

Module type Ocsigen_server.Config_nestedSource

Sourcetype t
Sourcetype 'a key
Sourceval key : ?preprocess:('a -> 'a) -> unit -> 'a key
Sourceval find : t -> 'a key -> 'a option
Sourceval set : t -> 'a key -> 'a -> unit
Sourceval unset : t -> 'a key -> unit
Sourcetype accessor = {
  1. accessor : 'a. 'a key -> 'a option;
}