Module type Eliom_registration_sigs.PARAM

module type PARAM = sig .. end

type page 
type options 
type result 
type frame 
val send : ?options:options ->
?charset:string ->
?code:int ->
?content_type:string ->
?headers:Cohttp.Header.t ->
page ->
frame Lwt.t
val send_appl_content : Eliom_service.send_appl_content

Whether 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.

val result_of_http_result : frame -> result