Module: HTTPX::Plugins::Retries::ResponseMethods

Defined in:
lib/httpx/plugins/retries.rb

Instance Method Summary collapse

Instance Method Details

#from_partial_response(response) ⇒ Object



219
220
221
222
223
# File 'lib/httpx/plugins/retries.rb', line 219

def from_partial_response(response)
  @status = response.status
  @headers = response.headers
  @body = response.body
end