API reference

API reference for Ocsigen Server. See the manual to get started.

Extensions

Persistent data, writing in the logs, configuration file extension, polymorphic tables

  • Ocsigen_lib This module contains some auxiliaries for the Ocsigenserver. In contrast to Ocsigen_lib_base, the function may also refer to libraries other than the standard library.
  • Ocsigen_messages Writing messages in the logs
  • Ocsigen_parseconfig Config file parsing. See also module Ocsigen_extensions.​Configuration
  • Polytables Polymorphic tables (using Map)
  • Ocsigen_cache Cache. Association tables (from any kind of database) that keep the most recently used values in memory. It is also possible to set a maximum lifetime for data in the cache.
  • Ocsigen_config Configuring Ocsigen server

Extending Ocsigen Server