class Net::HTTPMovedTemporarily - Documentation for Ruby 4.0 (original) (raw)

  1. Net::
  2. HTTPMovedTemporarily

Response class for Found responses (status code 302).

The Found response indicates that the client should look at (browse to) another URL.

This class also includes (indirectly) module Net::HTTPHeader, which gives access to its methods for getting headers.

References: