Module type H2_lwt.Server

type socket
type addr
val create_connection_handler : ?⁠config:H2.Config.t -> request_handler:(addr -> H2.Server_connection.request_handler) -> error_handler:(addr -> H2.Server_connection.error_handler) -> addr -> socket -> unit Lwt.t