class Protocol::HTTP::Headers

def include? key

@returns [Boolean] Whether the headers include the specified key.
def include? key
	self[key] != nil
end