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

def initialize(stream)

def initialize(stream)
	super(nil, nil, nil, nil, VERSION, nil, nil, nil, self.public_method(:write_interim_response))
	
	@stream = stream
end