Submit
Path:
~
/
/
opt
/
alt
/
ruby21
/
lib64
/
ruby
/
2.1.0
/
uri
/
File Content:
https.rb
# = uri/https.rb # # Author:: Akira Yamada <akira@ruby-lang.org> # License:: You can redistribute it and/or modify it under the same term as Ruby. # Revision:: $Id: https.rb 31555 2011-05-13 20:03:21Z drbrain $ # # See URI for general documentation # require 'uri/http' module URI # The default port for HTTPS URIs is 443, and the scheme is 'https:' rather # than 'http:'. Other than that, HTTPS URIs are identical to HTTP URIs; # see URI::HTTP. class HTTPS < HTTP # A Default port of 443 for URI::HTTPS DEFAULT_PORT = 443 end @@schemes['HTTPS'] = HTTPS end
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
common.rb
36871 bytes
0644
ftp.rb
6926 bytes
0644
generic.rb
39094 bytes
0644
http.rb
2857 bytes
0644
https.rb
581 bytes
0644
ldap.rb
5874 bytes
0644
ldaps.rb
470 bytes
0644
mailto.rb
7216 bytes
0644
N4ST4R_ID | Naxtarrr