Public Instance methods
from_partial_response(response)
[show source]
# File lib/httpx/plugins/retries.rb 265 def from_partial_response(response) 266 @status = response.status 267 @headers = response.headers 268 @body = response.body 269 end