Public Instance methods
from_partial_response(response)
[show source]
# File lib/httpx/plugins/retries.rb 261 def from_partial_response(response) 262 @status = response.status 263 @headers = response.headers 264 @body = response.body 265 end