class Async::HTTP::Protocol::HTTP2::Request
def initialize(protocol, stream)
def initialize(protocol, stream) super(nil, nil, nil, VERSION, Headers.new, Body::Writable.new) @protocol = protocol @stream = stream end
def initialize(protocol, stream) super(nil, nil, nil, VERSION, Headers.new, Body::Writable.new) @protocol = protocol @stream = stream end