module Xhtml_content:Ocsigen_http_frame.HTTP_CONTENTwith type t = [ `Html ] XHTML.M.elt and type options = [ `HTML_v03_02 | `HTML_v04_01 | `XHTML_01_00 | `XHTML_01_01 | `Doctype of string ]
type t
type options
val result_of_content : ?options:options ->
t -> Ocsigen_http_frame.result Lwt.tval get_etag : t -> Ocsigen_http_frame.etag option