class Net::HTTPSwitchProtocol - Documentation for Ruby 4.0 (original) (raw)
- Net::
- HTTPSwitchProtocol
Response class for Switching Protocol responses (status code 101).
The Switching Protocol response indicates that the server has received a request to switch protocols, and has agreed to do so.
This class also includes (indirectly) module Net::HTTPHeader, which gives access to its methods for getting headers.
References: