Module: HTTPX::Plugins::ResponseCache::ResponseMethods
- Defined in:
- lib/httpx/plugins/response_cache.rb
Instance Method Summary collapse
Instance Method Details
#copy_from_cached(other) ⇒ Object
79 80 81 82 83 |
# File 'lib/httpx/plugins/response_cache.rb', line 79 def copy_from_cached(other) @body = other.body @body.__send__(:rewind) end |