Scroll to navigation

Eliom_mkreg.REG_PARAM(3o) Eliom_mkreg.REG_PARAM(3o)

NAME

Eliom_mkreg.REG_PARAM - Creating modules to register services for one type of pages

Module type

Module type Eliom_mkreg.REG_PARAM

Documentation

Module type REG_PARAM
= sig end
 
 
 
Creating modules to register services for one type of pages
 
 
 
 
 
 
 
type page
 
 
 
 
type options
 
 
 
 
type return
 
 
 
 
type result
 
 
 
 
 
val send : ?options:options -> ?charset:string -> ?code:int -> ?content_type:string -> ?headers:Http_headers.t -> page -> Ocsigen_http_frame.result Lwt.t
 
 
 
 
val send_appl_content : Eliom_service.send_appl_content
 
 
 
 
val result_of_http_result : Ocsigen_http_frame.result -> result
 
Whether the service is capable to send application content when required. This field is usually Eliom_service.XNever . This value is recorded inside each service just after registration.
 
 
 
2012-06-11 OCamldoc