class Protocol::HTTP::Response

def failure?

def failure?
	@status and @status >= 400 && @status < 600
end