Module type Eliom_registration_sigs.PARAM_POLY
module type PARAM_POLY = sig..end
type '_ page
type options
type '_ return
type frame
val send :
?options:options ->
?charset:string ->
?code:int ->
?content_type:string ->
?headers:Eliom_service.Cohttp.Header.t ->
'a page ->
frame Lwt.t
val send_appl_content : Eliom_service.send_appl_content
See Eliom_reg_sigs.PARAM.send_appl_content.