Module Eliom_configSource

Sourceval get_default_hostname : unit -> string
Sourceval get_default_port : unit -> int
Sourceval get_default_sslport : unit -> int
Sourceval default_protocol_is_https : unit -> bool
Sourceval debug_timings : bool ref
Sourceval set_tracing : bool -> unit

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

Sourceval get_tracing : unit -> bool
Sourceval get_debugmode : unit -> bool

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