package eliom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val get_default_hostname : unit -> string
val get_default_port : unit -> int
val get_default_sslport : unit -> int
val default_protocol_is_https : unit -> bool
val debug_timings : bool Stdlib.ref
val set_tracing : bool -> unit

Not tracing by default. Can be dynamically set by adding "#__trace" to the URL.

val get_tracing : unit -> bool
val get_debugmode : unit -> bool

Same as Ocsigen_config.get_debugmode. On client side, returns false for now.