Returns a new instance of Request.
87 88 89 90 91
# File 'lib/async/http/protocol/http2/request.rb', line 87 def initialize(stream) super(nil, nil, nil, nil, VERSION, nil) @stream = stream end