123456789101112131415161718192021(** IO modules *)moduleIO=Io.MakemoduleNet=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 interface *)moduleClient=Client(** server modules *)moduleStatic=Static(** Serve static HTTP sites from a Mirage key-value store. *)moduleServer=Server