module Make_XML_Content:functor (XML:XML_sigs.Iterable) ->functor (TypedXML:XML_sigs.TypedXMLwith module XML := XML) ->Ocsigen_http_frame.HTTP_CONTENTwith type t = TypedXML.doc and type options = Http_headers.accept Lazy.t
| Parameters: |
|
type t
type options
val result_of_content : ?options:options ->
t -> Ocsigen_http_frame.result Lwt.tval get_etag : ?options:options ->
t -> Ocsigen_http_frame.etag option