ruby / 3.2 / net / httpnotimplemented.html

class Net::HTTPNotImplemented

Parent:
Net::HTTPServerError

Response class for Not Implemented responses (status code 501).

The server either does not recognize the request method, or it lacks the ability to fulfil the request. See 501 Not Implemented.

Constants

HAS_BODY

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