class Protocol::HTTP::Response

def preserve_method?

def preserve_method?
	@status == 307 || @status == 308
end