Module: HTTPX::Plugins::Retries::ResponseMethods
- Defined in:
- lib/httpx/plugins/retries.rb
Instance Method Summary collapse
Instance Method Details
#from_partial_response(response) ⇒ Object
207 208 209 210 211 |
# File 'lib/httpx/plugins/retries.rb', line 207 def from_partial_response(response) @status = response.status @headers = response.headers @body = response.body end |