class Protocol::HTTP::Methods

def self.each

def self.each
	constants.each do |name|
		yield name, const_get(name)
	end
end