Class: URI::Finger

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

Overview

The syntax of Finger URIs is defined in the Finger specification, section 2.3.

Constant Summary collapse

DEFAULT_PORT =

A Default port of 79 for URI::Finger.

79
COMPONENT =

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

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