package ocsigenserver

  1. Overview
  2. Docs
type t
val create : ?config_info:Ocsigen_extensions.config_info -> ?id:[ `Attach of t * Ocsigen_lib.Url.path | `Host of string * int option ] -> ?charset:Ocsigen_charset_mime.charset -> ?auto_load_extensions:bool -> unit -> t
module Config : Config_nested with type t := t
type extension
val register : t -> extension -> unit