dream-httpaf.httpaf-lwt-unix
Server.SSL
dream-httpaf
dream-httpaf.gluten
dream-httpaf.gluten-lwt
dream-httpaf.gluten-lwt-unix
dream-httpaf.h2
dream-httpaf.h2-lwt
dream-httpaf.h2-lwt-unix
dream-httpaf.hpack
dream-httpaf.httpaf
dream-httpaf.httpaf-lwt
dream-httpaf.websocketaf
dream-httpaf.websocketaf-lwt
dream-httpaf.websocketaf-lwt-unix
include Httpaf_lwt.Server with type socket = Gluten_lwt_unix.Server.SSL.socket and type addr := Unix.sockaddr
type socket = Gluten_lwt_unix.Server.SSL.socket
val create_connection_handler : ?config:Httpaf.Config.t -> request_handler:(Unix.sockaddr -> Httpaf.Reqd.t Gluten.reqd -> unit) -> error_handler:(Unix.sockaddr -> Httpaf.Server_connection.error_handler) -> Unix.sockaddr -> socket -> unit Lwt.t
val create_connection_handler_with_default : certfile:string -> keyfile:string -> ?config:Httpaf.Config.t -> request_handler:(Unix.sockaddr -> Httpaf.Reqd.t Gluten.reqd -> unit) -> error_handler:(Unix.sockaddr -> Httpaf.Server_connection.error_handler) -> Unix.sockaddr -> Lwt_unix.file_descr -> unit Lwt.t