class Protocol::HTTP2::Stream

def process_data(frame)

Returns:
  • (String) - the data that was received.
def process_data(frame)
	frame.unpack
end