Description
Minimal HTTP server behavior can be embedded in OCaml programs through a small library package. OCaml developers install it when tests, tools, or services need lightweight HTTP handling. Request parsing, network exposure, TLS termination, authentication, logs, and untrusted input remain the responsibility of the consuming program.