Module H2_lwt

module type IO = H2_lwt__.H2_lwt_intf.IO
module type Server = H2_lwt__.H2_lwt_intf.Server
module type Client = H2_lwt__.H2_lwt_intf.Client
module Server : functor (Io : IO) -> Server with type socket = Io.socket and type addr := Io.addr
module Client : functor (Io : IO) -> Client with type socket = Io.socket