package conduit-lwt-unix

  1. Overview
  2. Docs
A network connection establishment library for Lwt_unix

Install

dune-project
 Dependency

Authors

Maintainers

Sources

conduit-7.0.0.tbz
sha256=3e0ec284896a95d178d8d135792e7a46cb24f9cb0af0ea964d05cee1abcb1218
sha512=d19c7f8df38a18e14abbb67f5af895230b3dc01e284969b017d6e0851bc4baf93c229b19523e24a4d87f344ec3482ae0683925d19c262b196af1b5f62322a541

doc/conduit-lwt-unix/Conduit_lwt_unix_ssl/Server/index.html

Module Conduit_lwt_unix_ssl.ServerSource

Sourceval default_ctx : [ `Ssl_not_available ]
Sourceval init : ?ctx:[ `Ssl_not_available ] -> ?backlog:int -> ?password:(bool -> string) -> certfile:string -> keyfile:string -> ?stop:unit Lwt.t -> ?timeout:int -> Lwt_unix.sockaddr -> (Lwt_unix.sockaddr -> Lwt_unix.file_descr -> Lwt_io.input_channel -> Lwt_io.output_channel -> unit Lwt.t) -> unit Lwt.t