Server API ¶
A few common functions used by Eliom.
Low level functions for Eliom, exceptions and types.
This module makes also possible get information from the configuration
file.
This module contains the functions you need to get (or set)
information about current request.
Server side state data, a.k.a Eliom references
Storing server-side values for your applications or sessions.
Content and form creation ¶
This module allows creating valid HTML content, or other XML formats.
Building and printing valid HTML5 tree.
Building and pretty-printing valid SVG tree.
Low-level XML manipulation.
Service creation ¶
Creation and manipulation of Eliom services.
Eliom services registration for various kinds of page content:
Eliom application, valid Registration.Html, actions, redirections, static
files, ...
Eliom service registration for services that return HTML
pages.
Eliom service registration for services that only execute
actions.
Eliom service registration for services that send marshalled OCaml
values.
Functor for application creation.
Eliom service registration for services that returns file
contents.
Eliom service registration for services that choose dynamically
what they want to send.
Eliom service registration for services that returns a
redirections towards another service.
Client/server communication ¶
This module implements shared (i.e., client-server) versions of
the React and ReactiveData libraries.
Server to client notifications.
Broadcasting facilities between clients and server
Primitives to push data to the client, without explicit request.
Propagate events
occurrences from the server to the client and the other way
around.
Index ¶