class Protocol::HTTP::Headers

def keys

@returns [Array] All the keys of the headers.
def keys
	self.to_h.keys
end