class Protocol::HTTP::Header::CacheControl

def streaming?

@returns [Boolean] whether the `streaming` directive is present.
def streaming?
	self.include?(STREAMING)
end