D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
usr
/
share
/
ruby
/
uri
/
Filename :
https.rb
back
Copy
# frozen_string_literal: false # = 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 53141 2015-12-16 05:07:31Z naruse $ # # 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
Name
Size
Last Modified
Owner
Permissions
Actions
common.rb
19.979
KB
April 05 2021 11:46:35
root
0644
ftp.rb
7.087
KB
April 05 2021 11:46:35
root
0644
generic.rb
35.985
KB
April 05 2021 11:46:35
root
0644
http.rb
2.383
KB
April 05 2021 11:46:35
root
0644
https.rb
0.597
KB
April 05 2021 11:46:35
root
0644
ldap.rb
5.766
KB
April 05 2021 11:46:35
root
0644
ldaps.rb
0.489
KB
April 05 2021 11:46:35
root
0644
mailto.rb
7.872
KB
April 05 2021 11:46:35
root
0644
rfc2396_parser.rb
17.382
KB
December 06 2024 2:22:57
root
0644
rfc3986_parser.rb
6.229
KB
December 06 2024 2:22:57
root
0644
2017 © D7net | D704T team