package cohttp-server-lwt-unix

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Body : sig ... end
module Context : sig ... end
type t
val create : ?on_exn:(exn -> unit) -> (Context.t -> unit Lwt.t) -> t
val handle_connection : t -> (Lwt_io.input_channel * Lwt_io.output_channel) -> unit Lwt.t