Module type Eliom_mkreg.REGCREATE


module type REGCREATE = sig .. end

type page 
type options 
val send : ?options:options ->
?cookies:Eliom_services.cookie list ->
?charset:string ->
?code:int ->
sp:Eliom_sessions.server_params ->
page -> Eliom_services.result_to_send Lwt.t