Type:
Class
Constants:
DEFAULT_PORT
:
nil
A Default port of nil for URI::Generic
COMPONENT
:
[
:scheme,
:userinfo, :host, :port, :registry,
:path, :opaque,
:query,
:fragment
].freeze
An Array of the available components for URI::Generic
USE_REGISTRY
:
false
Default to not use the registry for a URI::Generic
Base class for all URI classes. Implements generic URI syntax as per RFC 2396.