package eliom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val section : Lwt_log_core.section
val log_section : Lwt_log_core.section
val history_api : bool
val get_set_js_serverside_value : 'a option Stdlib.ref -> string -> ('b -> unit) * (unit -> bool) * (unit -> 'c) * (unit -> unit)
val set_sitedata : Eliom_types.sitedata -> unit
val is_set_sitedata : unit -> bool
val get_sitedata : unit -> Eliom_types.sitedata
val reset_sitedata : unit -> unit
val ignored_get_params : Re.re list Stdlib.ref
val ignored_post_params : Re.re list Stdlib.ref
val set_ignored_params : string list -> string list -> unit
val set_info : Eliom_common.client_process_info -> unit
val is_set_info : unit -> bool
val get_info : unit -> Eliom_common.client_process_info
val reset_info : unit -> unit
val set_request_cookies : Ocsigen_cookie_map.t -> unit
val is_set_request_cookies : unit -> bool
val get_request_cookies : unit -> Ocsigen_cookie_map.t
val reset_request_cookies : unit -> unit
val set_request_template : string option -> unit
val is_set_request_template : unit -> bool
val get_request_template : unit -> string option
val reset_request_template : unit -> unit
val appl_name : string lazy_t
val set_base_url : string -> unit
val get_base_url : unit -> string
val appl_name_r : string option Stdlib.ref

None on server side

val get_application_name : unit -> string
val client_side : bool