Public Instance methods
from_partial_response(response)
[show source]
# File lib/httpx/plugins/retries.rb 271 def from_partial_response(response) 272 @status = response.status 273 @headers = response.headers 274 @body = response.body 275 end