Class: URI::HTTPS

Inherits:
HTTP show all
Defined in:
lib/uri/https.rb

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

URI::HTTP::COMPONENT

Constants inherited from Generic

Generic::COMPONENT, Generic::USE_REGISTRY

Constants included from REGEXP

REGEXP::ABS_PATH, REGEXP::ABS_URI, REGEXP::ABS_URI_REF, REGEXP::ESCAPED, REGEXP::FRAGMENT, REGEXP::HOST, REGEXP::OPAQUE, REGEXP::PORT, REGEXP::QUERY, REGEXP::REGISTRY, REGEXP::REL_PATH, REGEXP::REL_URI, REGEXP::REL_URI_REF, REGEXP::SCHEME, REGEXP::UNSAFE, REGEXP::URI_REF, REGEXP::USERINFO

Constants included from URI

VERSION, VERSION_CODE

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!, #password, #password=, #relative?, #route_from, #route_to, #select, #to_s, use_registry, #user, #user=, #userinfo, #userinfo=

Methods included from URI

extract, join, parse, regexp, split

Methods included from Escape

#escape, #unescape

Constructor Details

This class inherits a constructor from URI::HTTP