package ocsigenserver

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Ocsigen.Parseconfig

Config file parsing. See also module Extensions.​Configuration

val parse_config : ?file:string -> unit -> Xml.xml list list

Returns the config file. Use this if you want to read a config file from your own executable. See Server.exec.