package atacama

  1. Overview
  2. Docs
module Connection : sig ... end
module Handler : sig ... end

An Atacama Handler determines how every connection handled by Atacama will behave. It defines a number of hooks for handling the state of the connection:

module Transport : sig ... end

Start an Atacama server.

The default `acceptors` is 100.

The default `transport is clear TCP sockets.

module Telemetry : sig ... end
OCaml

Innovation. Community. Security.