1. Net::
  2. HTTPTemporaryRedirect

class Net::HTTPTemporaryRedirect

Response class forTemporary Redirect responses (status code 307).

The request should be repeated with anotherURI; however, future requests should still use the originalURI.

This class also includes (indirectly) moduleNet::HTTPHeader, which gives access to itsmethods for getting headers.

References: