Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include Httpun_lwt.Server
with type socket = Lwt_unix.file_descr
and type addr := Unix.sockaddr
type socket = Lwt_unix.file_descr
val create_connection_handler :
?config:Httpun.Config.t ->
request_handler:(Unix.sockaddr -> Httpun.Reqd.t Gluten.reqd -> unit) ->
error_handler:(Unix.sockaddr -> Httpun.Server_connection.error_handler) ->
Unix.sockaddr ->
socket ->
unit Lwt.t
module TLS : sig ... end
module SSL : sig ... end