Sha256: 54bdf0d03b1d2a9af733cc117eab9bdf414b766b0f91f0b51b6e7d27be174d27

Contents?: true

Size: 354 Bytes

Versions: 3

Compression:

Stored size: 354 Bytes

Contents

module URI
  # FTP URI syntax is defined by RFC1738 section 3.2.
  #
  # This class will be redesigned because of difference of implementations;
  # the structure of its path. draft-hoffman-ftp-uri-04 is a draft but it
  # is a good summary about the de facto spec.
  # http://tools.ietf.org/html/draft-hoffman-ftp-uri-04
  class FTP < Generic
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rbs-2.0.0 stdlib/uri/0/ftp.rbs
rbs-2.0.0.pre2 stdlib/uri/0/ftp.rbs
rbs-2.0.0.pre1 stdlib/uri/0/ftp.rbs