Public Instance methods
retryable_error?(ex)
[show source]
# File lib/httpx/plugins/proxy.rb 327 def retryable_error?(ex) 328 super || ex.is_a?(ProxyConnectionError) 329 end