Module H2_mirage

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