Cohttp_mirageIO modules
module Net = Net.MakeThe resulting Cohttp_lwt.S.Net module can be used to build the low-level client interfaces with Cohttp_lwt.Connection.Make and from that Cohttp_lwt.Connection_cache.Make.
client modules
simple, high-level interface
module Client : sig ... endserver modules
module Static : sig ... endServe static HTTP sites from a Mirage key-value store.
module Server : sig ... endHTTP server with conduit.