package tiny_httpd

  1. Overview
  2. Docs

Module Tiny_httpd_ioSource

IO abstraction.

We abstract IO so we can support classic unix blocking IOs with threads, and modern async IO with Eio.

NOTE: experimental.

  • since 0.14
Sourcemodule Input : sig ... end

Input channel (byte source)

Sourcemodule Output : sig ... end

Output channel (byte sink)

Sourcemodule Writer : sig ... end

A writer abstraction.

Sourcemodule TCP_server : sig ... end

A TCP server abstraction.

OCaml

Innovation. Community. Security.