module Xhtmlreg_:functor (
Xhtml_content
:
Ocsigen_http_frame.HTTP_CONTENT
with type t = [ `Html ] XHTML.M.elt and type options = XHTML.M.doctypes
) ->
Eliom_mkreg.REGCREATE
with type page = Xhtml_content.t and type options = XHTML.M.doctypes
Parameters: |
|
type
page
type
options
val send : ?options:options ->
?cookies:Eliom_services.cookie list ->
?charset:string ->
?code:int ->
?content_type:string ->
?headers:Http_headers.t ->
sp:Eliom_sessions.server_params ->
page -> Ocsigen_http_frame.result Lwt.t