Method: HTTPClient::ProxyAuth#reset_challenge
- Defined in:
- lib/httpclient/auth.rb
#reset_challenge ⇒ Object
Resets challenge state. See sub filters for more details.
169 170 171 172 173 |
# File 'lib/httpclient/auth.rb', line 169 def reset_challenge @authenticator.each do |auth| auth.reset_challenge end end |