Module Cohttp_mirage

IO modules

module IO (Channel : Mirage_channel.S) : sig ... end
module Net = Net.Make

The resulting modtype:Cohttp_lwt.S.Net module can be used to build the low-level client interfaces with module:Cohttp_lwt.Connection.Make and from that module:Cohttp_lwt.Connection_cache.Make.

client modules

simple, high-level interace

module Client : sig ... end

server modules

module Static : sig ... end

Serve static HTTP sites from a Mirage key-value store.

module Server : sig ... end

HTTP server with conduit.