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