class Protocol::HTTP::Response

def redirection?

def redirection?
	@status and @status >= 300 && @status < 400
end