Class: URI::Gopher

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

Overview

The syntax of Gopher URIs is defined in the Gopher URI Scheme specification.

Constant Summary collapse

DEFAULT_PORT =

A Default port of 70 for URI::Gopher.

70
COMPONENT =

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

[:scheme, :host, :port, :path].freeze