Functor Ocsigen_senders.Make_XML_Content


module Make_XML_Content: 
functor (XML : XML_sigs.Iterable) ->
functor (TypedXML : XML_sigs.TypedXML with module XML := XML) -> Ocsigen_http_frame.HTTP_CONTENT with type t = TypedXML.doc and type options = Http_headers.accept Lazy.t
Parameters:
XML : XML_sigs.Iterable
TypedXML : XML_sigs.TypedXML with module XML := XML

type t 
type options 
val result_of_content : ?options:options ->
t -> Ocsigen_http_frame.result Lwt.t
val get_etag : ?options:options ->
t -> Ocsigen_http_frame.etag option