Module H2_mirage.Server_with_conduit

include Server with type flow = Conduit_mirage.Flow.flow
type flow = Conduit_mirage.Flow.flow
val create_connection_handler : ?⁠config:H2.Config.t -> request_handler:H2.Server_connection.request_handler -> error_handler:H2.Server_connection.error_handler -> flow -> unit Lwt.t
val create_h2c_connection_handler : ?⁠config:H2.Config.t -> http_request:Httpaf.Request.t -> ?⁠request_body:Bigstringaf.t H2.IOVec.t list -> request_handler:H2.Server_connection.request_handler -> error_handler:H2.Server_connection.error_handler -> flow -> (unit, string) Stdlib.result Lwt.t
type t = Conduit_mirage.Flow.flow -> unit Lwt.t
val connect : Conduit_mirage.t -> (Conduit_mirage.server -> t -> unit Lwt.t) Lwt.t