ruby / 3.2 / net / httpforbidden.html

class Net::HTTPForbidden

Parent:
Net::HTTPClientError

Response class for Forbidden responses (status code 403).

The request contained valid data and was understood by the server, but the server is refusing action. See 403 Forbidden.

Constants

HAS_BODY

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