Class: URI::HTTPS
Overview
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.
Constant Summary collapse
- DEFAULT_PORT =
443
Constants inherited from HTTP
Constants inherited from Generic
Generic::COMPONENT, Generic::USE_REGISTRY
Constants included from URI
DEFAULT_PARSER, HTML5ASCIIINCOMPAT, TBLDECWWWCOMP_, TBLENCWWWCOMP_, VERSION, VERSION_CODE, WFKV_
Instance Attribute Summary
Attributes inherited from Generic
#fragment, #host, #opaque, #path, #port, #query, #registry, #scheme
Method Summary
Methods inherited from HTTP
build, #initialize, #request_uri
Methods inherited from Generic
#==, #absolute?, build, build2, #coerce, #component, component, #default_port, default_port, #eql?, #hash, #hierarchical?, #initialize, #inspect, #merge, #merge!, #normalize, #normalize!, #parser, #password, #password=, #relative?, #route_from, #route_to, #select, #to_s, use_registry, #user, #user=, #userinfo, #userinfo=
Methods included from URI
decode_www_form, decode_www_form_component, encode_www_form, encode_www_form_component, extract, join, parse, regexp, scheme_list, split
Methods included from Escape
Constructor Details
This class inherits a constructor from URI::HTTP