class Async::HTTP::Protocol::HTTP2::Client
def initialize(stream, *args)
def initialize(stream, *args) @stream = stream framer = ::HTTP::Protocol::HTTP2::Framer.new(@stream) super(framer, *args) end
def initialize(stream, *args) @stream = stream framer = ::HTTP::Protocol::HTTP2::Framer.new(@stream) super(framer, *args) end