Module Registration.Redirection
module Redirection :
Registration_sigs.S_poly_with_send
with type 'a page = Service.non_ocaml redirection
and type options =
[ `MovedPermanently
| `Found
| `SeeOther
| `NotNodifed
| `UseProxy
| `TemporaryRedirect ]
and type 'a return = Service.non_ocaml
and type 'a result = browser_content kind
include Registration_sigs.S_poly
type 'a result
val send :
?options:options ->
?charset:string ->
?code:int ->
?content_type:string ->
?headers:Service.Cohttp.Header.t ->
'a page -> 'a result Lwt.t