package mhttp-server

  1. Overview
  2. Docs
An implementation of an HTTP server in OCaml for unikernels

Install

dune-project
 Dependency

Authors

Maintainers

Sources

mhttp-0.0.4.tbz
sha256=edba7321768863ea41ae92be5f7c4cd8f052757fc0a05efba3e9f40d901578c4
sha512=90da0d6c357d20b640c70ca6ed8b418035a2df37fee1c651d9cd734220935aad3857f0a917e3b5f5b8fb31290f2fa125dcb1850789e20dd7e8c1f9f06bade46a

Description

Added to opam-repository:

README

A little HTTP stack from httpcats and compatible with unikernels

mhttp is a small derivative of the httpcats library (implementing an HTTP client and server) with the mnet TCP/IP stack (which uses utcp and mkernel).

Dependencies (4)

  1. mnet-tls
  2. mhttp = version
  3. dune >= "2.7.0"
  4. ocaml >= "5.0.0"

Dev Dependencies

None

Used by (1)

  1. vifu

Conflicts

None