4 # Author:: Akira Yamada <akira@ruby-lang.org>
5 # License:: You can redistribute it and/or modify it under the same term as Ruby.
6 # Revision:: $Id: https.rb 11708 2007-02-12 23:01:19Z shyouhei $
13 # The default port for HTTPS URIs is 443, and the scheme is 'https:' rather
14 # than 'http:'. Other than that, HTTPS URIs are identical to HTTP URIs;
19 @@schemes['HTTPS'] = HTTPS