Module Cohttp_mirage

IO modules

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

The 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 ... 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.