Method: HTTP::Message#previous
- Defined in:
- lib/httpclient/http.rb
#previous ⇒ Object
The other Message object when this Message is generated instead of the Message because of redirection, negotiation, or format conversion.
944 945 946 |
# File 'lib/httpclient/http.rb', line 944 def previous @previous end |