Public Instance methods
from_partial_response(response)
[show source]
# File lib/httpx/plugins/retries.rb 260 def from_partial_response(response) 261 @status = response.status 262 @headers = response.headers 263 @body = response.body 264 end