class Protocol::HTTP2::HeadersFrame

def priority?

def priority?
	flag_set?(PRIORITY)
end