module Protocol::HTTP2::Padded

def padded?

def padded?
	flag_set?(PADDED)
end