functor
(Xhtml_content : sig
type t = [ `Html ] XHTML.M.elt
type options = XHTML.M.doctypes
val result_of_content :
?options:options ->
t -> Ocsigen_http_frame.result Lwt.t
val get_etag : t -> Ocsigen_http_frame.etag option
end) ->
sig
type page = Xhtml_content.t
type options = XHTML.M.doctypes
val send :
?options:options ->
?cookies:Eliom_services.cookie list ->
?charset:string ->
?code:int ->
sp:Eliom_sessions.server_params ->
page -> Eliom_services.result_to_send Lwt.t
end