package stog

  1. Overview
  2. Docs
val port : int Pervasives.ref
val host : string Pervasives.ref
type server_mode = [
  1. | `Multi of unit -> unit
  2. | `Single of (unit -> Stog_types.stog) -> Stog_types.stog -> unit
]
val server_mode : server_mode option Pervasives.ref
val set_single : ((unit -> Stog_types.stog) -> Stog_types.stog -> string -> int -> unit) -> unit
val set_multi : (string -> int -> unit) -> unit
OCaml

Innovation. Community. Security.