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

Module Eliom_registration.Redirection

module Redirection : 
  Eliom_registration_sigs.S_poly_with_send
with type 'a page = Eliom_service.non_ocaml redirection
and type options =
[ `MovedPermanently
| `Found
| `SeeOther
| `NotNodifed
| `UseProxy
| `TemporaryRedirect ]
and type 'a return = Eliom_service.non_ocaml
and type 'a result = browser_content kind

include Eliom_registration_sigs.S_poly
type 'a result
val send : 
  ?options:options ->
  ?charset:string ->
  ?code:int ->
  ?content_type:string ->
  ?headers:Cohttp.Header.t ->
  'a page -> 'a result Lwt.t