Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val create_connection_handler :
?config:Httpun.Config.t ->
websocket_handler:
(Unix.sockaddr ->
Httpun_ws.Wsd.t ->
Httpun_ws.Websocket_connection.input_handlers) ->
error_handler:(Unix.sockaddr -> Httpun_ws.Server_connection.error_handler) ->
Unix.sockaddr ->
Lwt_unix.file_descr ->
unit Lwt.t