Class: URI::Nex

Inherits:
HTTP
  • Object
show all
Defined in:
lib/uri/nex.rb

Overview

The syntax of Nex URIs is defined in the Nex specification, section 1.2.

Constant Summary collapse

DEFAULT_PORT =

A Default port of 1900 for URI::Nex.

1900
COMPONENT =

An Array of the available components for URI::Nex.

%i[scheme host port path].freeze