class Async::HTTP::Protocol::HTTP2::Request

def initialize(stream)

def initialize(stream)
	super(nil, nil, nil, nil, VERSION, nil)
	
	@stream = stream
end