1.0.1
Ronin::Support::Network::HTTP.connect_uri
can now infer when to enable
SSL/TLS from the given URI.Ronin::Support::Network::HTTP.connect_uri
can now use theuser
and
password
information from the given URI.- All
Ronin::Support::Network::HTTP
class methods which accept URI objects
can now accept URLs with International Domain Names (IDN). - Changed
Kernel#try
to not silently ignoreSyntaxError
exceptions. - Documentation improvements.