This is client API (go to server)

Eliom client API

Eliom_lib

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

Eliom_client

Call server side services and change the current page.

Content and form creation

Eliom_content.​Html5

Building valid (X)HTML5.

Eliom_content.​Svg

Building valid SVG .

Eliom_content.​Xml

Low-level XML manipulation.

Client/server communication

Eliom_service

Functions to add non localised parameters to services and client side declaration of void coservices.

Eliom_bus

Broadcasting facilities between clients and server.

Eliom_comet

Handle unsolicited server to client communications.

Index