Class HTTPClient::AuthFilterBase
In: lib/httpclient/auth.rb
Parent: Object

Common abstract class for authentication filter.

There are 2 authentication filters.

WWWAuth:Authentication filter for handling authentication negotiation between Web server. Parses ‘WWW-Authentication’ header in response and generates ‘Authorization’ header in request.
ProxyAuth:Authentication filter for handling authentication negotiation between Proxy server. Parses ‘Proxy-Authentication’ header in response and generates ‘Proxy-Authorization’ header in request.

[Validate]