Method: Net::HTTP.https_default_port
- Defined in:
- lib/rubysl/net/http/http.rb
.https_default_port ⇒ Object
The default port to use for HTTPS requests; defaults to 443.
527 528 529 |
# File 'lib/rubysl/net/http/http.rb', line 527 def HTTP.https_default_port 443 end |