package mehari

  1. Overview
  2. Docs

Source file handler.ml

1
2
3
module Make (IO : Types.IO) = struct
  type 'addr t = 'addr Request.t -> Response.t IO.t
end
OCaml

Innovation. Community. Security.