Module Httpaf_lwt_unix.Server

include Httpaf_lwt.Server with type socket = Lwt_unix.file_descr and type addr := Unix.sockaddr
type socket = Lwt_unix.file_descr
type addr
val create_connection_handler : ?⁠config:Httpaf.Config.t -> request_handler:(addr -> Httpaf.Reqd.t Gluten.reqd -> unit) -> error_handler:(addr -> Httpaf.Server_connection.error_handler) -> addr -> socket -> unit Lwt.t
module TLS : sig ... end
module SSL : sig ... end