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