.TH "Eliom_mkreg.REG_PARAM_ALPHA_RETURN" 3o 2014-07-10 OCamldoc "" .SH NAME Eliom_mkreg.REG_PARAM_ALPHA_RETURN \- Creating modules to register services for one type of parametrised pages .SH Module type Module type Eliom_mkreg.REG_PARAM_ALPHA_RETURN .SH Documentation .sp Module type .BI "REG_PARAM_ALPHA_RETURN" = .B sig end .sp .B Creating modules to register services for one type of parametrised pages .sp .sp .sp .sp .I type .B ('a, 'b) .I page .sp .sp .I type .B 'a .I return .sp .sp .I type .B 'a .I result .sp .sp .I type options .sp .sp .I val send : .B ?options:options -> .B ?charset:string -> .B ?code:int -> .B ?content_type:string -> .B ?headers:Http_headers.t -> .B ('a, 'b) page -> .B 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 -> 'a 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