Skip to content

1.0.1

Compare
Choose a tag to compare
@postmodern postmodern released this 10 Jun 00:12
· 225 commits to main since this release
v1.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 the user 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 ignore SyntaxError exceptions.
  • Documentation improvements.