class Protocol::HTTP::Request

def head?

def head?
	@method == Methods::HEAD
end