Method: HTTP::Protocol::HTTP2::Connection#create_stream

Defined in:
lib/http/protocol/http2/connection.rb

#create_stream(stream_id = next_stream_id) ⇒ Object



258
259
260
# File 'lib/http/protocol/http2/connection.rb', line 258

def create_stream(stream_id = next_stream_id)
	Stream.new(self, stream_id)
end