Method: Chef::HTTP#last_response
- Defined in:
- lib/chef/http.rb
#last_response ⇒ Object
DEPRECATED: This is only kept around to provide access to cache control data in lib/chef/provider/remote_file/http.rb FIXME: Find a better API.
284 285 286 |
# File 'lib/chef/http.rb', line 284 def last_response @last_response end |