ruby / 3.2 / net / httppermanentredirect.html

class Net::HTTPPermanentRedirect

Parent:
Net::HTTPRedirection

Response class for Permanent Redirect responses (status code 308).

This and all future requests should be directed to the given URI. See 308 Permanent Redirect.

Constants

HAS_BODY

Ruby Core © 1993–2022 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.