Warning: Reason support is experimental. We are looking for beta-tester and contributors.

Module Eliom_predefmod.Redirection

module Redirection:
   Eliom_mkreg.ELIOMREGSIG   with
    type page =
    (unit, unit, Eliom_services.get_service_kind,
    [ `WithoutSuffix ],
    unit, unit, Eliom_services.registrable)
    Eliom_services.service
    and type options = [ `Temporary | `Permanent ]

Allows to create redirections towards another service. A 301 or 307 code is sent to the browser to ask it to redo the request to another URL.

To choose if you want permanent or temporary redirection, use the options parameter of registration functions. For example: register ~options:`Temporary ....


module Cookies:
   Eliom_mkreg.ELIOMREGSIG1  
    with type page = page * Eliom_services.cookie list