class
Net::HTTPResponse
v2_1_10 -
Show latest stable
- Superclass: Object
This class wraps together the response header and the response body (the entity requested).
It mixes in the HTTPHeader module, which provides access to response header values both via hash-like methods and via individual readers.
Note that each possible HTTP response code defines its own HTTPResponse subclass. These are listed below.
All classes are defined under the Net module. Indentation indicates inheritance. For a list of the classes see Net::HTTP.
Included modules
- Net::HTTPHeader
Attributes
| [R] | code |
| [RW] | decode_content |
| [R] | http_version |
| [R] | message |
| [R] | msg |
| [R] | uri |
Files
- lib/net/http/response.rb