class

URI::Generic

v1_9_3_392 - Show latest stable - Superclass: Object

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

Included modules

  • URI

Constants

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

DEFAULT_PORT = nil

USE_REGISTRY = false

Attributes

[R]fragment
[R]host
[R]opaque
[R]path
[R]port
[R]query
[R]registry
[R]scheme

Files

  • lib/open-uri.rb
  • lib/uri/generic.rb