ruby / 3.2 / net / httpmethodnotallowed.html

class Net::HTTPMethodNotAllowed

Parent:
Net::HTTPClientError

Response class for Method Not Allowed responses (status code 405).

The request method is not supported for the requested resource. See 405 Method Not Allowed.

Constants

HAS_BODY

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