Public Instance methods
from_partial_response(response)
[show source]
# File lib/httpx/plugins/retries.rb 207 def from_partial_response(response) 208 @status = response.status 209 @headers = response.headers 210 @body = response.body 211 end