Flowdock

Base class for all URI classes. Implements generic URI syntax as per RFC 2396.

Constants

DEFAULT_PORT = nil

COMPONENT = [ :scheme, :userinfo, :host, :port, :registry, :path, :opaque, :query, :fragment ].freeze

USE_REGISTRY = false

Attributes

[R] scheme
[R] host
[R] port
[R] registry
[R] path
[R] query
[R] opaque
[R] fragment
[R] parser
Show files where this class is defined (2 files)
Register or log in to add new notes.