package eliom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a kind
type browser_content = [
  1. | `Browser
]
type block_content
type unknown_content
type !'a application_content = [
  1. | `Appl of 'a
]
type 'a application_name
type 'a ocaml_content
module Html : sig ... end
type appl_service_options = {
  1. do_not_launch : bool;
}
val default_appl_service_options : appl_service_options
module type APP = sig ... end
val transform_global_app_uri : (Eliom_content.Html.uri -> Eliom_content.Html.uri) ref
module type TMPL_PARAMS = sig ... end
module Eliom_tmpl (App : APP) (Tmpl_param : TMPL_PARAMS) : sig ... end
module Flow5 : sig ... end
module Html_text : sig ... end
module CssText : sig ... end
module Action : sig ... end
module Unit : sig ... end
type !_ redirection =
  1. | Redirection : (unit, unit, Eliom_service.get, 'b, 'c, 'd, 'e, [ `WithoutSuffix ], unit, unit, 'a) Eliom_service.t -> 'a redirection
module Redirection : sig ... end
module String_redirection : sig ... end
module File : sig ... end
module File_ct : sig ... end
module Ocaml : sig ... end
module Any : sig ... end
val appl_self_redirect : ('page -> [< `Appl of 'a | `Browser ] kind Lwt.t) -> 'page -> 'appl application_content kind Lwt.t
module String : sig ... end
module Customize (R : Eliom_registration_sigs.S_with_create) (T : sig ... end) : sig ... end
val set_exn_handler : (exn -> browser_content kind Lwt.t) -> unit
val cast_unknown_content_kind : unknown_content kind -> 'a kind
val cast_http_result : Ocsigen_response.t -> 'a kind
val end_init : unit -> unit