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