class Async::HTTP::Response

def redirection?

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