This is server API (go to client)

Server API

Eliom_pervasives

Pervasives module for Eliom : it extends the OCaml stdlib and should always be opened.

Eliom_pervasives.​XHTML.​M

Typed interface for building valid XHTML (Strict) tree.

Eliom_pervasives.​HTML5.​M

Typed interface for building valid (X)HTML5 tree.

Services creation and service handler

Eliom_services

Creation and manipulation of Eliom services.

Eliom_parameters

Ad-hoc runtime-type representation for service parameters.

Eliom_output

Eliom services registration and forms creation for various kind of page content: Eliom application, valid HTML5 or XHTML, actions, redirections, static files, ….

Eliom_output.​Html5

Eliom service registration and forms creation for HTML5 page.

Eliom_references

Server side state data, a.k.a Eliom references

Eliom_state

Manage server-side state.

Client/server communication

Eliom_bus

Broadcasting facilities between clients and server

Eliom_comet

Primitives to push data to the client, without explicit request.

Eliom_react

Propagate events occurrences from the server to the client and the other way around.

Extensions

Eliom_atom

Register an atom feed

Eliom_openid

OpenID identification

Index