Module Eliom_registration.Redirection

module Redirection: sig .. end

Eliom service registration for services that returns a redirections towards another service. See the Eliom manual for more information about .

The default returned HTTP code is 302 Found. You could use the optional parameter ~options to change this value:


include Eliom_registration_sigs.S_poly_with_create
val send : ?options:options ->
?charset:string ->
?code:int ->
?content_type:string ->
?headers:Ocsigen_header.t -> 'a page -> 'b Eliom_registration.kind Lwt.t

More polymorphic version of Eliom_registration_sigs.send