include Server with type socket = Conduit_mirage.Flow.flow
type socket = Conduit_mirage.Flow.flowval create_connection_handler : ?config:H2.Config.t -> request_handler:H2.Server_connection.request_handler -> error_handler:H2.Server_connection.error_handler -> socket -> unit Lwt.ttype t = Conduit_mirage.Flow.flow -> unit Lwt.tval connect : Conduit_mirage.t -> (Conduit_mirage.server -> t -> unit Lwt.t) Lwt.t