Module H2_mirage

module type Server = sig ... end
module Server : functor (Flow : Mirage_flow.S) -> Server with type flow = Flow.flow
module Server_with_conduit : sig ... end
module type Client = sig ... end
module Client : functor (Flow : Mirage_flow.S) -> Client with type flow = Flow.flow