class Protocol::HTTP::Request

def head?

def head?
	self.method == Methods::HEAD
end