Module type Eliom_registration_sigs.PARAM
type pagetype optionstype resulttype frameval send :
?options:options ->
?charset:string ->
?code:int ->
?content_type:string ->
?headers:Cohttp.Header.t ->
page ->
frame Lwt.tval send_appl_content : Eliom_service.send_appl_contentWhether the service is capable of sending application content when required. This field is usually Eliom_service.XNever. This value is recorded inside each service just after registration.