Public Instance methods
from_partial_response(response)
[show source]
# File lib/httpx/plugins/retries.rb 221 def from_partial_response(response) 222 @status = response.status 223 @headers = response.headers 224 @body = response.body 225 end