ruby / 3.2 / net / httpupgraderequired.html

class Net::HTTPUpgradeRequired

Parent:
Net::HTTPClientError

Response class for Upgrade Required responses (status code 426).

The client should switch to the protocol given in the Upgrade header field. See 426 Upgrade Required.

Constants

HAS_BODY

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