class Net::HTTPServiceUnavailable

Parent:
Net::HTTPServerError

Response class for Service Unavailable responses (status code 503).

The server cannot handle the request (because it is overloaded or down for maintenance).

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

References:

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