.TH "Eliom_mkreg.REG_PARAM" 3o 2014-07-10 OCamldoc "" .SH NAME Eliom_mkreg.REG_PARAM \- Creating modules to register services for one type of pages .SH Module type Module type Eliom_mkreg.REG_PARAM .SH Documentation .sp Module type .BI "REG_PARAM" = .B sig end .sp .B Creating modules to register services for one type of pages .sp .sp .sp .sp .I type page .sp .sp .I type options .sp .sp .I type return .sp .sp .I type result .sp .sp .I val send : .B ?options:options -> .B ?charset:string -> .B ?code:int -> .B ?content_type:string -> .B ?headers:Http_headers.t -> .B page -> Ocsigen_http_frame.result Lwt.t .sp .sp .I val send_appl_content : .B Eliom_service.send_appl_content .sp .sp .I val result_of_http_result : .B Ocsigen_http_frame.result -> result .sp Whether the service is capable to send application content when required\&. This field is usually .B Eliom_service\&.XNever \&. This value is recorded inside each service just after registration\&. .sp .sp