Public Instance methods
from_partial_response(response)
[show source]
# File lib/httpx/plugins/retries.rb 214 def from_partial_response(response) 215 @status = response.status 216 @headers = response.headers 217 @body = response.body 218 end