Module Predefined_senders.Error_content


module Error_content: Http_frame.HTTP_CONTENT  with type t = int option * exn option
error code and/or exception

type t 
val result_of_content : t -> Http_frame.result Lwt.t
val get_etag : t -> Http_frame.etag option