Warning: Reason support is experimental. We are looking for beta-tester and contributors.

Module Eliom_config

module Eliom_config : sig..end

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.