package cohttp-lwt-unix

  1. Overview
  2. Docs
module Request : sig ... end
module Response : sig ... end
module Client : sig ... end

The Client module implements the full UNIX HTTP client interface, including the UNIX-specific functions defined in C.

module Server : sig ... end

The Server module implements the full UNIX HTTP server interface, including the UNIX-specific functions defined in S.

module Debug : sig ... end

Debugging output for Cohttp Unix

module Net : sig ... end

Basic satisfaction of Cohttp_lwt.Net

module IO : sig ... end

The Io module contains the IO implementation for cohttp-lwt-unix.