class Protocol::HTTP2::DataFrame

def inspect

def inspect
	"\#<#{self.class} stream_id=#{@stream_id} flags=#{@flags} #{@length || 0}b>"
end