Module: HTTPAccess2
- Defined in:
- lib/rss-client/http-access2.rb
Defined Under Namespace
Modules: Util Classes: AuthFilterBase, BasicAuth, Client, Connection, DebugSocket, DigestAuth, NegotiateAuth, ProxyAuth, SSLConfig, SSLSocketWrap, Session, SessionManager, Site, WWWAuth
Constant Summary collapse
- VERSION =
'2.0.9'
- RUBY_VERSION_STRING =
"ruby #{RUBY_VERSION} (#{RUBY_RELEASE_DATE}) [#{RUBY_PLATFORM}]"
- SSLEnabled =
begin require 'openssl' true rescue LoadError false end
- SSPIEnabled =
begin require 'win32/sspi' true rescue LoadError false end
- DEBUG_SSL =
true