package eliom
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Advanced client/server Web and mobile framework
Install
dune-project
Dependency
Authors
Maintainers
Sources
11.1.0.tar.gz
md5=a1fe1f37d5163c25818afcc5ca8d6ecf
sha512=4ac91ff05bb43eea5d5e1e046bc54a0c97707db28be3c2f65437fbb1b3457171f715105f7f0621837494c014dc05473f26bc919483b0e47d394a2bbe19b319a7
doc/eliom.server/Eliom/index.html
Module EliomSource
Set your application name. Use this if you want to make it possible to link your Eliom application statically and to have several Eliom applications on the same Web server. See also parameter ?app_names of instruction or Eliom.run.
The default application name, if you don't specify any
Source
val run :
?app:string ->
?xhr_links:bool ->
?data_timeout:
([< Eliom_common.cookie_level ]
* Eliom_common_base.scope_hierarchy option
* float option) ->
?service_timeout:
([< Eliom_common.cookie_level ]
* Eliom_common_base.scope_hierarchy option
* float option) ->
?persistent_timeout:
([< Eliom_common.cookie_level ]
* Eliom_common_base.scope_hierarchy option
* float option) ->
?max_service_sessions_per_group:(int * bool) ->
?max_volatile_data_sessions_per_group:(int * bool) ->
?max_persistent_data_sessions_per_group:int ->
?max_service_tab_sessions_per_group:(int * bool) ->
?max_volatile_data_tab_sessions_per_group:(int * bool) ->
?max_persistent_data_tab_sessions_per_group:int ->
?max_anonymous_services_per_session:(int * bool) ->
?secure_cookies:bool ->
?application_script:(bool * bool) ->
?global_data_caching:(string list * int) option ->
?html_content_type:string ->
?ignored_get_params:(string * Re.re) ->
?ignored_post_params:(string * Re.re) ->
?omitpersistentstorage:Eliom_common.omitpersistentstorage_rule list option ->
unit ->
Ocsigen_server.instructionrun ?app () run Eliom application app under current site. Use this to build a static executable without configuration file. Default value of ?app is default_app_name. Other optional values correspond to Eliom configuration for this site.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>