module type HTTP_CONTENT = sig .. end
sig
end
type t
type options
val result_of_content : ?options:options -> t -> Ocsigen_http_frame.result Lwt.t
?options:options -> t -> Ocsigen_http_frame.result Lwt.t
val get_etag : ?options:options -> t -> Ocsigen_http_frame.etag option
?options:options -> t -> Ocsigen_http_frame.etag option