Class: URI::Gemini

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

Overview

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

Constant Summary collapse

DEFAULT_PORT =

A Default port of 1965 for URI::Gemini.

1965
DEFAULT_SCHEME =

A Default scheme of gemini for URI::Gemini.

"gemini"
COMPONENT =

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

i[scheme host port
path query fragment].freeze