module Net
Constants
- HTTP::STATUS_CODES
- HTTPMultipleChoice
-
Responseclass forMultiple Choicesresponses (status code 300).The
Multiple Choicesresponse indicates that the server offers multiple options for the resource from which the client may choose.This class also includes (indirectly) module
Net::HTTPHeader, which gives access to its methods for getting headers.References:
-
[RFC 9110](www.rfc-editor.org/rfc/rfc9110.html#name-300-multiple-choice s).