Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val create_connection_handler :
?config:H1.Config.t ->
request_handler:(Unix.sockaddr -> H1.Server_connection.request_handler) ->
upgrade_handler:(Unix.sockaddr -> Lwt_unix.file_descr -> unit Lwt.t) option ->
error_handler:(Unix.sockaddr -> H1.Server_connection.error_handler) ->
Unix.sockaddr ->
Lwt_unix.file_descr ->
unit Lwt.t