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