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
COMPONENT =

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

%i[scheme host port path query fragment].freeze