package cohttp-mirage

  1. Overview
  2. Docs
CoHTTP implementation for the MirageOS unikernel

Install

dune-project
 Dependency

Authors

Maintainers

Sources

cohttp-6.2.1.tbz
sha256=65080247763442d1dc3cd90678b8233b798772f036ac81cd1eaade1f5d66a65f
sha512=35aa6035bc0229e4622fb2846c2e5578d260faa4b95497d294e5f1f9dc90a392323771f4758ed5ee32d93c26b72d2d16eb23a83070b8a26b0e13df2a77501b54

doc/cohttp-mirage/Cohttp_mirage/index.html

Module Cohttp_mirageSource

IO modules

Sourcemodule IO (Channel : Mirage_channel.S) : sig ... end
Sourcemodule 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

Sourcemodule Client : sig ... end

server modules

Sourcemodule Static : sig ... end

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

Sourcemodule Server : sig ... end

HTTP server with conduit.